Color Hex Logo

#ccd865 Color Hex

#CCD865
(204,216,101)
0 Favorites   0 Comments

Color spaces of #ccd865

RGB 204216101
HSL0.180.600.62
HSV66°53°85°
CMYK 0.060.000.53   0.15
XYZ51.806762.888721.7201
Yxy62.88870.37980.4610
Hunter Lab79.3024-22.168639.2728
CIE-Lab83.3838-19.946954.4919

#ccd865 color RGB value is (204,216,101).

#ccd865 hex color red value is 204, green value is 216 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #ccd865 hue: 0.18 , saturation: 0.60 and the lightness value of ccd865 is 0.62.

The process color (four color CMYK) of #ccd865 color hex is 0.06, 0.00, 0.53, 0.15. Web safe color of #ccd865 is #cccc66. Color #ccd865 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011000 01100101
Octal 314 330 145
Decimal 204 216 101
Hex CC D8 65

RGB Percentages of Color #ccd865

%39.16
%41.46
%19.39

CMYK Percentages of Color #ccd865

%6
%0
%53
%15

Triadic Colors of #ccd865

#ccd865 #65ccd8 #d865cc

Analogous Colors of #ccd865

#ccd865 #93d865 #d8ab65

Monochromatic Colors of #ccd865

#ccd865

Complementary Color

#ccd865 #7165d8

#ccd865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd865 Color CSS Codes

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

#ccd865 Text Font Color

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

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


#ccd865 Background Color

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

This div background color is #ccd865


#ccd865 Border Color

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

This div border color is #ccd865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd865


Comments

No comments written yet.

Please login to write comment.