Color Hex Logo

#cbebbd Color Hex

#CBEBBD
(203,235,189)
0 Favorites   0 Comments

Color spaces of #cbebbd

RGB 203235189
HSL0.280.530.83
HSV102°20°92°
CMYK 0.140.000.20   0.08
XYZ63.522275.787359.4245
Yxy75.78730.31960.3814
Hunter Lab87.0559-22.101520.4677
CIE-Lab89.7605-18.712318.9031

#cbebbd color RGB value is (203,235,189).

#cbebbd hex color red value is 203, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cbebbd hue: 0.28 , saturation: 0.53 and the lightness value of cbebbd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 10111101
Octal 313 353 275
Decimal 203 235 189
Hex CB EB BD

RGB Percentages of Color #cbebbd

%32.38
%37.48
%30.14

CMYK Percentages of Color #cbebbd

%14
%0
%20
%8

Triadic Colors of #cbebbd

#cbebbd #bdcbeb #ebbdcb

Analogous Colors of #cbebbd

#cbebbd #bdebc6 #e2ebbd

Monochromatic Colors of #cbebbd

#cbebbd

Complementary Color

#cbebbd #ddbdeb

#cbebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbebbd Color CSS Codes

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

#cbebbd Text Font Color

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

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


#cbebbd Background Color

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

This div background color is #cbebbd


#cbebbd Border Color

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

This div border color is #cbebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbebbd


Comments

No comments written yet.

Please login to write comment.