Color Hex Logo

#cbebc9 Color Hex

#CBEBC9
(203,235,201)
0 Favorites   0 Comments

Color spaces of #cbebc9

RGB 203235201
HSL0.320.460.85
HSV116°14°92°
CMYK 0.140.000.14   0.08
XYZ64.879576.330266.5720
Yxy76.33020.31220.3674
Hunter Lab87.3672-20.337115.9792
CIE-Lab90.0124-16.706513.0311

#cbebc9 color RGB value is (203,235,201).

#cbebc9 hex color red value is 203, green value is 235 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #cbebc9 hue: 0.32 , saturation: 0.46 and the lightness value of cbebc9 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 11001001
Octal 313 353 311
Decimal 203 235 201
Hex CB EB C9

RGB Percentages of Color #cbebc9

%31.77
%36.78
%31.46

CMYK Percentages of Color #cbebc9

%14
%0
%14
%8

Triadic Colors of #cbebc9

#cbebc9 #c9cbeb #ebc9cb

Analogous Colors of #cbebc9

#cbebc9 #c9ebd8 #dcebc9

Monochromatic Colors of #cbebc9

#cbebc9

Complementary Color

#cbebc9 #e9c9eb

#cbebc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbebc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbebc9 Color CSS Codes

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

#cbebc9 Text Font Color

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

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


#cbebc9 Background Color

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

This div background color is #cbebc9


#cbebc9 Border Color

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

This div border color is #cbebc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbebc9


Comments

No comments written yet.

Please login to write comment.