Color Hex Logo

#cbe0a0 Color Hex

#CBE0A0
(203,224,160)
0 Favorites   0 Comments

Color spaces of #cbe0a0

RGB 203224160
HSL0.220.510.75
HSV80°29°88°
CMYK 0.090.000.29   0.12
XYZ57.629468.545943.4510
Yxy68.54590.33970.4041
Hunter Lab82.7925-20.638226.8382
CIE-Lab86.2787-17.663329.0967

#cbe0a0 color RGB value is (203,224,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 10100000
Octal 313 340 240
Decimal 203 224 160
Hex CB E0 A0

RGB Percentages of Color #cbe0a0

%34.58
%38.16
%27.26

CMYK Percentages of Color #cbe0a0

%9
%0
%29
%12

Triadic Colors of #cbe0a0

#cbe0a0 #a0cbe0 #e0a0cb

Analogous Colors of #cbe0a0

#cbe0a0 #abe0a0 #e0d5a0

Monochromatic Colors of #cbe0a0

#cbe0a0

Complementary Color

#cbe0a0 #b5a0e0

#cbe0a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe0a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe0a0 Color CSS Codes

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

#cbe0a0 Text Font Color

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

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


#cbe0a0 Background Color

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

This div background color is #cbe0a0


#cbe0a0 Border Color

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

This div border color is #cbe0a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe0a0


Comments

No comments written yet.

Please login to write comment.