Color Hex Logo

#cbe099 Color Hex

#CBE099
(203,224,153)
0 Favorites   0 Comments

Color spaces of #cbe099

RGB 203224153
HSL0.220.530.74
HSV78°32°88°
CMYK 0.090.000.32   0.12
XYZ57.034068.307740.3157
Yxy68.30770.34430.4123
Hunter Lab82.6485-21.455728.9324
CIE-Lab86.1601-18.614532.5225

#cbe099 color RGB value is (203,224,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 10011001
Octal 313 340 231
Decimal 203 224 153
Hex CB E0 99

RGB Percentages of Color #cbe099

%35.00
%38.62
%26.38

CMYK Percentages of Color #cbe099

%9
%0
%32
%12

Triadic Colors of #cbe099

#cbe099 #99cbe0 #e099cb

Analogous Colors of #cbe099

#cbe099 #a8e099 #e0d299

Monochromatic Colors of #cbe099

#cbe099

Complementary Color

#cbe099 #ae99e0

#cbe099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe099 Color CSS Codes

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

#cbe099 Text Font Color

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

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


#cbe099 Background Color

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

This div background color is #cbe099


#cbe099 Border Color

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

This div border color is #cbe099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe099


Comments

No comments written yet.

Please login to write comment.