Color Hex Logo

#65ccdd Color Hex

#65CCDD
(101,204,221)
0 Favorites   0 Comments

Color spaces of #65ccdd

RGB 101204221
HSL0.520.640.63
HSV189°54°87°
CMYK 0.540.080.00   0.13
XYZ40.010851.172976.1752
Yxy51.17290.23910.3058
Hunter Lab71.5352-25.3488-13.0610
CIE-Lab76.7836-25.2013-17.5757

#65ccdd color RGB value is (101,204,221).

#65ccdd hex color red value is 101, green value is 204 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #65ccdd hue: 0.52 , saturation: 0.64 and the lightness value of 65ccdd is 0.63.

The process color (four color CMYK) of #65ccdd color hex is 0.54, 0.08, 0.00, 0.13. Web safe color of #65ccdd is #66cccc. Color #65ccdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11001100 11011101
Octal 145 314 335
Decimal 101 204 221
Hex 65 CC DD

RGB Percentages of Color #65ccdd

%19.20
%38.78
%42.02

CMYK Percentages of Color #65ccdd

%54
%8
%0
%13

Triadic Colors of #65ccdd

#65ccdd #dd65cc #ccdd65

Analogous Colors of #65ccdd

#65ccdd #6590dd #65ddb2

Monochromatic Colors of #65ccdd

#65ccdd

Complementary Color

#65ccdd #dd7665

#65ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#65ccdd Color CSS Codes

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

#65ccdd Text Font Color

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

This sample text font color is #65ccdd
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.


#65ccdd Background Color

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

This div background color is #65ccdd


#65ccdd Border Color

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

This div border color is #65ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65ccdd


Comments

No comments written yet.

Please login to write comment.