Color Hex Logo

#cbe097 Color Hex

#CBE097
(203,224,151)
0 Favorites   0 Comments

Color spaces of #cbe097

RGB 203224151
HSL0.210.540.74
HSV77°33°88°
CMYK 0.090.000.33   0.12
XYZ56.870268.242239.4528
Yxy68.24220.34560.4147
Hunter Lab82.6088-21.681129.5101
CIE-Lab86.1274-18.877933.4983

#cbe097 color RGB value is (203,224,151).

#cbe097 hex color red value is 203, green value is 224 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #cbe097 hue: 0.21 , saturation: 0.54 and the lightness value of cbe097 is 0.74.

The process color (four color CMYK) of #cbe097 color hex is 0.09, 0.00, 0.33, 0.12. Web safe color of #cbe097 is #cccc99. Color #cbe097 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 10010111
Octal 313 340 227
Decimal 203 224 151
Hex CB E0 97

RGB Percentages of Color #cbe097

%35.12
%38.75
%26.12

CMYK Percentages of Color #cbe097

%9
%0
%33
%12

Triadic Colors of #cbe097

#cbe097 #97cbe0 #e097cb

Analogous Colors of #cbe097

#cbe097 #a7e097 #e0d197

Monochromatic Colors of #cbe097

#cbe097

Complementary Color

#cbe097 #ac97e0

#cbe097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe097 Color CSS Codes

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

#cbe097 Text Font Color

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

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


#cbe097 Background Color

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

This div background color is #cbe097


#cbe097 Border Color

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

This div border color is #cbe097


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,224,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 #cbe097">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe097


Comments

No comments written yet.

Please login to write comment.