Color Hex Logo

#65ddfd Color Hex

#65DDFD
(101,221,253)
0 Favorites   0 Comments

Color spaces of #65ddfd

RGB 101221253
HSL0.540.970.69
HSV193°60°99°
CMYK 0.600.130.00   0.01
XYZ48.952961.5715102.2329
Yxy61.57150.23010.2894
Hunter Lab78.4675-25.9588-22.3199
CIE-Lab82.6850-24.5767-25.6959

#65ddfd color RGB value is (101,221,253).

#65ddfd hex color red value is 101, green value is 221 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #65ddfd hue: 0.54 , saturation: 0.97 and the lightness value of 65ddfd is 0.69.

The process color (four color CMYK) of #65ddfd color hex is 0.60, 0.13, 0.00, 0.01. Web safe color of #65ddfd is #66ccff. Color #65ddfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11011101 11111101
Octal 145 335 375
Decimal 101 221 253
Hex 65 DD FD

RGB Percentages of Color #65ddfd

%17.57
%38.43
%44.00

CMYK Percentages of Color #65ddfd

%60
%13
%0
%1

Triadic Colors of #65ddfd

#65ddfd #fd65dd #ddfd65

Analogous Colors of #65ddfd

#65ddfd #6591fd #65fdd1

Monochromatic Colors of #65ddfd

#65ddfd

Complementary Color

#65ddfd #fd8565

#65ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#65ddfd Color CSS Codes

.mybgcolor {background-color:#65ddfd; } 
.myforecolor {color:#65ddfd; }
.mybordercolor {border:3px solid #65ddfd; }

#65ddfd Text Font Color

<p style="color:#65ddfd">Text here</p>

This sample text font color is #65ddfd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#65ddfd Background Color

<div style="background-color:#65ddfd">
Div content here</div>

This div background color is #65ddfd


#65ddfd Border Color

<div style="border:3px solid #65ddfd">
Div here</div>

This div border color is #65ddfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,221,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65ddfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65ddfd;
  -webkit-box-shadow: 1px 1px 3px 2px #65ddfd;
  box-shadow:         1px 1px 3px 2px #65ddfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,221,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #65ddfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #65ddfd;
  -webkit-box-shadow: 1px 1px 3px 2px #65ddfd;
  box-shadow:         1px 1px 3px 2px #65ddfd;">
Div content here</div>

This div box has shadow with color #65ddfd


Comments

No comments written yet.

Please login to write comment.