Color Hex Logo

#cbe2ad Color Hex

#CBE2AD
(203,226,173)
0 Favorites   0 Comments

Color spaces of #cbe2ad

RGB 203226173
HSL0.240.480.78
HSV86°23°89°
CMYK 0.100.000.23   0.11
XYZ59.367870.106449.9380
Yxy70.10640.33090.3908
Hunter Lab83.7296-19.962723.2489
CIE-Lab87.0490-16.770623.4343

#cbe2ad color RGB value is (203,226,173).

#cbe2ad hex color red value is 203, green value is 226 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cbe2ad hue: 0.24 , saturation: 0.48 and the lightness value of cbe2ad is 0.78.

The process color (four color CMYK) of #cbe2ad color hex is 0.10, 0.00, 0.23, 0.11. Web safe color of #cbe2ad is #cccc99. Color #cbe2ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100010 10101101
Octal 313 342 255
Decimal 203 226 173
Hex CB E2 AD

RGB Percentages of Color #cbe2ad

%33.72
%37.54
%28.74

CMYK Percentages of Color #cbe2ad

%10
%0
%23
%11

Triadic Colors of #cbe2ad

#cbe2ad #adcbe2 #e2adcb

Analogous Colors of #cbe2ad

#cbe2ad #b1e2ad #e2dfad

Monochromatic Colors of #cbe2ad

#cbe2ad

Complementary Color

#cbe2ad #c4ade2

#cbe2ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe2ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe2ad Color CSS Codes

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

#cbe2ad Text Font Color

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

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


#cbe2ad Background Color

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

This div background color is #cbe2ad


#cbe2ad Border Color

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

This div border color is #cbe2ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe2ad


Comments

No comments written yet.

Please login to write comment.