Color Hex Logo

#cbebb5 Color Hex

#CBEBB5
(203,235,181)
0 Favorites   0 Comments

Color spaces of #cbebb5

RGB 203235181
HSL0.270.570.82
HSV96°23°92°
CMYK 0.140.000.23   0.08
XYZ62.677475.449454.9758
Yxy75.44940.32460.3907
Hunter Lab86.8616-23.206223.2777
CIE-Lab89.6031-19.980422.8166

#cbebb5 color RGB value is (203,235,181).

#cbebb5 hex color red value is 203, green value is 235 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #cbebb5 hue: 0.27 , saturation: 0.57 and the lightness value of cbebb5 is 0.82.

The process color (four color CMYK) of #cbebb5 color hex is 0.14, 0.00, 0.23, 0.08. Web safe color of #cbebb5 is #ccffcc. Color #cbebb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 10110101
Octal 313 353 265
Decimal 203 235 181
Hex CB EB B5

RGB Percentages of Color #cbebb5

%32.79
%37.96
%29.24

CMYK Percentages of Color #cbebb5

%14
%0
%23
%8

Triadic Colors of #cbebb5

#cbebb5 #b5cbeb #ebb5cb

Analogous Colors of #cbebb5

#cbebb5 #b5ebba #e6ebb5

Monochromatic Colors of #cbebb5

#cbebb5

Complementary Color

#cbebb5 #d5b5eb

#cbebb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbebb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbebb5 Color CSS Codes

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

#cbebb5 Text Font Color

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

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


#cbebb5 Background Color

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

This div background color is #cbebb5


#cbebb5 Border Color

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

This div border color is #cbebb5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,235,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbebb5


Comments

No comments written yet.

Please login to write comment.