Color Hex Logo

#cceb9b Color Hex

#CCEB9B
(204,235,155)
0 Favorites   0 Comments

Color spaces of #cceb9b

RGB 204235155
HSL0.230.670.76
HSV83°34°92°
CMYK 0.130.000.34   0.08
XYZ60.526674.620642.2235
Yxy74.62060.34120.4207
Hunter Lab86.3832-26.100131.4877
CIE-Lab89.2150-23.343735.5591

#cceb9b color RGB value is (204,235,155).

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

The process color (four color CMYK) of #cceb9b color hex is 0.13, 0.00, 0.34, 0.08. Web safe color of #cceb9b is #ccff99. Color #cceb9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101011 10011011
Octal 314 353 233
Decimal 204 235 155
Hex CC EB 9B

RGB Percentages of Color #cceb9b

%34.34
%39.56
%26.09

CMYK Percentages of Color #cceb9b

%13
%0
%34
%8

Triadic Colors of #cceb9b

#cceb9b #9bcceb #eb9bcc

Analogous Colors of #cceb9b

#cceb9b #a4eb9b #ebe29b

Monochromatic Colors of #cceb9b

#cceb9b

Complementary Color

#cceb9b #ba9beb

#cceb9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceb9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceb9b Color CSS Codes

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

#cceb9b Text Font Color

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

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


#cceb9b Background Color

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

This div background color is #cceb9b


#cceb9b Border Color

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

This div border color is #cceb9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceb9b


Comments

No comments written yet.

Please login to write comment.