Color Hex Logo

#cbeb96 Color Hex

#CBEB96
(203,235,150)
0 Favorites   0 Comments

Color spaces of #cbeb96

RGB 203235150
HSL0.230.680.75
HSV83°36°92°
CMYK 0.140.000.36   0.08
XYZ59.842074.315240.0444
Yxy74.31520.34350.4266
Hunter Lab86.2063-26.951232.8031
CIE-Lab89.0712-24.352137.8647

#cbeb96 color RGB value is (203,235,150).

#cbeb96 hex color red value is 203, green value is 235 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cbeb96 hue: 0.23 , saturation: 0.68 and the lightness value of cbeb96 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 10010110
Octal 313 353 226
Decimal 203 235 150
Hex CB EB 96

RGB Percentages of Color #cbeb96

%34.52
%39.97
%25.51

CMYK Percentages of Color #cbeb96

%14
%0
%36
%8

Triadic Colors of #cbeb96

#cbeb96 #96cbeb #eb96cb

Analogous Colors of #cbeb96

#cbeb96 #a1eb96 #ebe196

Monochromatic Colors of #cbeb96

#cbeb96

Complementary Color

#cbeb96 #b696eb

#cbeb96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeb96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeb96 Color CSS Codes

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

#cbeb96 Text Font Color

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

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


#cbeb96 Background Color

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

This div background color is #cbeb96


#cbeb96 Border Color

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

This div border color is #cbeb96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeb96


Comments

No comments written yet.

Please login to write comment.