Color Hex Logo

#ccd88b Color Hex

#CCD88B
(204,216,139)
0 Favorites   0 Comments

Color spaces of #ccd88b

RGB 204216139
HSL0.190.500.70
HSV69°36°85°
CMYK 0.060.000.36   0.15
XYZ54.117963.813233.8910
Yxy63.81320.35650.4203
Hunter Lab79.8832-18.868430.7640
CIE-Lab83.8684-16.050436.6457

#ccd88b color RGB value is (204,216,139).

#ccd88b hex color red value is 204, green value is 216 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ccd88b hue: 0.19 , saturation: 0.50 and the lightness value of ccd88b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011000 10001011
Octal 314 330 213
Decimal 204 216 139
Hex CC D8 8B

RGB Percentages of Color #ccd88b

%36.49
%38.64
%24.87

CMYK Percentages of Color #ccd88b

%6
%0
%36
%15

Triadic Colors of #ccd88b

#ccd88b #8bccd8 #d88bcc

Analogous Colors of #ccd88b

#ccd88b #a6d88b #d8be8b

Monochromatic Colors of #ccd88b

#ccd88b

Complementary Color

#ccd88b #978bd8

#ccd88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd88b Color CSS Codes

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

#ccd88b Text Font Color

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

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


#ccd88b Background Color

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

This div background color is #ccd88b


#ccd88b Border Color

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

This div border color is #ccd88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd88b


Comments

No comments written yet.

Please login to write comment.