Color Hex Logo

#ccdb84 Color Hex

#CCDB84
(204,219,132)
1 Favorites   0 Comments

Color spaces of #ccdb84

RGB 204219132
HSL0.200.550.69
HSV70°40°86°
CMYK 0.070.000.40   0.14
XYZ54.398265.166331.5411
Yxy65.16630.36000.4313
Hunter Lab80.7256-20.985033.3422
CIE-Lab84.5694-18.357441.0622

#ccdb84 color RGB value is (204,219,132).

#ccdb84 hex color red value is 204, green value is 219 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ccdb84 hue: 0.20 , saturation: 0.55 and the lightness value of ccdb84 is 0.69.

The process color (four color CMYK) of #ccdb84 color hex is 0.07, 0.00, 0.40, 0.14. Web safe color of #ccdb84 is #cccc99. Color #ccdb84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 10000100
Octal 314 333 204
Decimal 204 219 132
Hex CC DB 84

RGB Percentages of Color #ccdb84

%36.76
%39.46
%23.78

CMYK Percentages of Color #ccdb84

%7
%0
%40
%14

Triadic Colors of #ccdb84

#ccdb84 #84ccdb #db84cc

Analogous Colors of #ccdb84

#ccdb84 #a1db84 #dbbf84

Monochromatic Colors of #ccdb84

#ccdb84

Complementary Color

#ccdb84 #9384db

#ccdb84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdb84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdb84 Color CSS Codes

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

#ccdb84 Text Font Color

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

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


#ccdb84 Background Color

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

This div background color is #ccdb84


#ccdb84 Border Color

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

This div border color is #ccdb84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdb84

#ccdb84 Color Palettes


Comments

No comments written yet.

Please login to write comment.