Color Hex Logo

#cce99b Color Hex

#CCE99B
(204,233,155)
0 Favorites   0 Comments

Color spaces of #cce99b

RGB 204233155
HSL0.230.640.76
HSV82°33°91°
CMYK 0.120.000.33   0.09
XYZ59.957173.481842.0337
Yxy73.48180.34170.4188
Hunter Lab85.7215-25.162630.9321
CIE-Lab88.6770-22.378234.8504

#cce99b color RGB value is (204,233,155).

#cce99b hex color red value is 204, green value is 233 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cce99b hue: 0.23 , saturation: 0.64 and the lightness value of cce99b is 0.76.

The process color (four color CMYK) of #cce99b color hex is 0.12, 0.00, 0.33, 0.09. Web safe color of #cce99b is #ccff99. Color #cce99b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101001 10011011
Octal 314 351 233
Decimal 204 233 155
Hex CC E9 9B

RGB Percentages of Color #cce99b

%34.46
%39.36
%26.18

CMYK Percentages of Color #cce99b

%12
%0
%33
%9

Triadic Colors of #cce99b

#cce99b #9bcce9 #e99bcc

Analogous Colors of #cce99b

#cce99b #a5e99b #e9df9b

Monochromatic Colors of #cce99b

#cce99b

Complementary Color

#cce99b #b89be9

#cce99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce99b Color CSS Codes

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

#cce99b Text Font Color

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

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


#cce99b Background Color

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

This div background color is #cce99b


#cce99b Border Color

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

This div border color is #cce99b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,233,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 #cce99b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce99b


Comments

No comments written yet.

Please login to write comment.