Color Hex Logo

#ccd89b Color Hex

#CCD89B
(204,216,155)
0 Favorites   0 Comments

Color spaces of #ccd89b

RGB 204216155
HSL0.200.440.73
HSV72°28°85°
CMYK 0.060.000.28   0.15
XYZ55.374164.315740.5060
Yxy64.31570.34570.4015
Hunter Lab80.1971-17.095026.1917
CIE-Lab84.1299-13.995328.7966

#ccd89b color RGB value is (204,216,155).

#ccd89b hex color red value is 204, green value is 216 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ccd89b hue: 0.20 , saturation: 0.44 and the lightness value of ccd89b is 0.73.

The process color (four color CMYK) of #ccd89b color hex is 0.06, 0.00, 0.28, 0.15. Web safe color of #ccd89b is #cccc99. Color #ccd89b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011000 10011011
Octal 314 330 233
Decimal 204 216 155
Hex CC D8 9B

RGB Percentages of Color #ccd89b

%35.48
%37.57
%26.96

CMYK Percentages of Color #ccd89b

%6
%0
%28
%15

Triadic Colors of #ccd89b

#ccd89b #9bccd8 #d89bcc

Analogous Colors of #ccd89b

#ccd89b #aed89b #d8c69b

Monochromatic Colors of #ccd89b

#ccd89b

Complementary Color

#ccd89b #a79bd8

#ccd89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd89b Color CSS Codes

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

#ccd89b Text Font Color

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

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


#ccd89b Background Color

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

This div background color is #ccd89b


#ccd89b Border Color

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

This div border color is #ccd89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd89b


Comments

No comments written yet.

Please login to write comment.