Color Hex Logo

#ccdb78 Color Hex

#CCDB78
(204,219,120)
0 Favorites   0 Comments

Color spaces of #ccdb78

RGB 204219120
HSL0.190.580.66
HSV69°45°86°
CMYK 0.070.000.45   0.14
XYZ53.623564.856527.4616
Yxy64.85650.36740.4444
Hunter Lab80.5335-22.078936.1558
CIE-Lab84.4097-19.649546.7576

#ccdb78 color RGB value is (204,219,120).

#ccdb78 hex color red value is 204, green value is 219 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ccdb78 hue: 0.19 , saturation: 0.58 and the lightness value of ccdb78 is 0.66.

The process color (four color CMYK) of #ccdb78 color hex is 0.07, 0.00, 0.45, 0.14. Web safe color of #ccdb78 is #cccc66. Color #ccdb78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 01111000
Octal 314 333 170
Decimal 204 219 120
Hex CC DB 78

RGB Percentages of Color #ccdb78

%37.57
%40.33
%22.10

CMYK Percentages of Color #ccdb78

%7
%0
%45
%14

Triadic Colors of #ccdb78

#ccdb78 #78ccdb #db78cc

Analogous Colors of #ccdb78

#ccdb78 #9bdb78 #dbb978

Monochromatic Colors of #ccdb78

#ccdb78

Complementary Color

#ccdb78 #8778db

#ccdb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdb78 Color CSS Codes

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

#ccdb78 Text Font Color

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

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


#ccdb78 Background Color

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

This div background color is #ccdb78


#ccdb78 Border Color

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

This div border color is #ccdb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdb78


Comments

No comments written yet.

Please login to write comment.