Color Hex Logo

#cbe9cb Color Hex

#CBE9CB
(203,233,203)
0 Favorites   0 Comments

Color spaces of #cbe9cb

RGB 203233203
HSL0.330.410.85
HSV120°13°91°
CMYK 0.130.000.13   0.09
XYZ64.547075.286167.6296
Yxy75.28610.31110.3629
Hunter Lab86.7676-19.055814.5246
CIE-Lab89.5268-15.366811.2997

#cbe9cb color RGB value is (203,233,203).

#cbe9cb hex color red value is 203, green value is 233 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cbe9cb hue: 0.33 , saturation: 0.41 and the lightness value of cbe9cb is 0.85.

The process color (four color CMYK) of #cbe9cb color hex is 0.13, 0.00, 0.13, 0.09. Web safe color of #cbe9cb is #ccffcc. Color #cbe9cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101001 11001011
Octal 313 351 313
Decimal 203 233 203
Hex CB E9 CB

RGB Percentages of Color #cbe9cb

%31.77
%36.46
%31.77

CMYK Percentages of Color #cbe9cb

%13
%0
%13
%9

Triadic Colors of #cbe9cb

#cbe9cb #cbcbe9 #e9cbcb

Analogous Colors of #cbe9cb

#cbe9cb #cbe9da #dae9cb

Monochromatic Colors of #cbe9cb

#cbe9cb

Complementary Color

#cbe9cb #e9cbe9

#cbe9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe9cb Color CSS Codes

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

#cbe9cb Text Font Color

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

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


#cbe9cb Background Color

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

This div background color is #cbe9cb


#cbe9cb Border Color

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

This div border color is #cbe9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe9cb


Comments

No comments written yet.

Please login to write comment.