Color Hex Logo

#ccdb77 Color Hex

#CCDB77
(204,219,119)
0 Favorites   0 Comments

Color spaces of #ccdb77

RGB 204219119
HSL0.190.580.66
HSV69°46°86°
CMYK 0.070.000.46   0.14
XYZ53.563164.832327.1436
Yxy64.83230.36800.4455
Hunter Lab80.5185-22.164336.3757
CIE-Lab84.3972-19.750847.2257

#ccdb77 color RGB value is (204,219,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 01110111
Octal 314 333 167
Decimal 204 219 119
Hex CC DB 77

RGB Percentages of Color #ccdb77

%37.64
%40.41
%21.96

CMYK Percentages of Color #ccdb77

%7
%0
%46
%14

Triadic Colors of #ccdb77

#ccdb77 #77ccdb #db77cc

Analogous Colors of #ccdb77

#ccdb77 #9adb77 #dbb877

Monochromatic Colors of #ccdb77

#ccdb77

Complementary Color

#ccdb77 #8677db

#ccdb77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdb77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdb77 Color CSS Codes

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

#ccdb77 Text Font Color

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

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


#ccdb77 Background Color

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

This div background color is #ccdb77


#ccdb77 Border Color

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

This div border color is #ccdb77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdb77


Comments

No comments written yet.

Please login to write comment.