Color Hex Logo

#cbeb97 Color Hex

#CBEB97
(203,235,151)
0 Favorites   0 Comments

Color spaces of #cbeb97

RGB 203235151
HSL0.230.680.76
HSV83°36°92°
CMYK 0.140.000.36   0.08
XYZ59.922874.347540.4704
Yxy74.34750.34290.4255
Hunter Lab86.2250-26.843632.5293
CIE-Lab89.0865-24.224937.3846

#cbeb97 color RGB value is (203,235,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 10010111
Octal 313 353 227
Decimal 203 235 151
Hex CB EB 97

RGB Percentages of Color #cbeb97

%34.47
%39.90
%25.64

CMYK Percentages of Color #cbeb97

%14
%0
%36
%8

Triadic Colors of #cbeb97

#cbeb97 #97cbeb #eb97cb

Analogous Colors of #cbeb97

#cbeb97 #a1eb97 #ebe197

Monochromatic Colors of #cbeb97

#cbeb97

Complementary Color

#cbeb97 #b797eb

#cbeb97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeb97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeb97 Color CSS Codes

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

#cbeb97 Text Font Color

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

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


#cbeb97 Background Color

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

This div background color is #cbeb97


#cbeb97 Border Color

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

This div border color is #cbeb97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeb97


Comments

No comments written yet.

Please login to write comment.