Color Hex Logo

#ccd869 Color Hex

#CCD869
(204,216,105)
0 Favorites   0 Comments

Color spaces of #ccd869

RGB 204216105
HSL0.180.590.63
HSV66°51°85°
CMYK 0.060.000.51   0.15
XYZ52.007562.969022.7778
Yxy62.96900.37750.4571
Hunter Lab79.3530-21.879938.5283
CIE-Lab83.4261-19.602252.6979

#ccd869 color RGB value is (204,216,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011000 01101001
Octal 314 330 151
Decimal 204 216 105
Hex CC D8 69

RGB Percentages of Color #ccd869

%38.86
%41.14
%20.00

CMYK Percentages of Color #ccd869

%6
%0
%51
%15

Triadic Colors of #ccd869

#ccd869 #69ccd8 #d869cc

Analogous Colors of #ccd869

#ccd869 #95d869 #d8ad69

Monochromatic Colors of #ccd869

#ccd869

Complementary Color

#ccd869 #7569d8

#ccd869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd869 Color CSS Codes

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

#ccd869 Text Font Color

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

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


#ccd869 Background Color

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

This div background color is #ccd869


#ccd869 Border Color

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

This div border color is #ccd869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd869


Comments

No comments written yet.

Please login to write comment.