Color Hex Logo

#65ccdb Color Hex

#65CCDB
(101,204,219)
0 Favorites   0 Comments

Color spaces of #65ccdb

RGB 101204219
HSL0.520.620.63
HSV188°54°86°
CMYK 0.540.070.00   0.14
XYZ39.745951.066974.7799
Yxy51.06690.24000.3084
Hunter Lab71.4611-25.7772-12.0208
CIE-Lab76.7195-25.7538-16.5955

#65ccdb color RGB value is (101,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 11001100 11011011
Octal 145 314 333
Decimal 101 204 219
Hex 65 CC DB

RGB Percentages of Color #65ccdb

%19.27
%38.93
%41.79

CMYK Percentages of Color #65ccdb

%54
%7
%0
%14

Triadic Colors of #65ccdb

#65ccdb #db65cc #ccdb65

Analogous Colors of #65ccdb

#65ccdb #6591db #65dbaf

Monochromatic Colors of #65ccdb

#65ccdb

Complementary Color

#65ccdb #db7465

#65ccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65ccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#65ccdb Color CSS Codes

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

#65ccdb Text Font Color

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

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


#65ccdb Background Color

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

This div background color is #65ccdb


#65ccdb Border Color

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

This div border color is #65ccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65ccdb


Comments

No comments written yet.

Please login to write comment.