Color Hex Logo

#cbe5ad Color Hex

#CBE5AD
(203,229,173)
0 Favorites   0 Comments

Color spaces of #cbe5ad

RGB 203229173
HSL0.240.520.79
HSV88°24°90°
CMYK 0.110.000.24   0.10
XYZ60.190771.752350.2123
Yxy71.75230.33040.3939
Hunter Lab84.7067-21.398724.1489
CIE-Lab87.8492-18.254024.5321

#cbe5ad color RGB value is (203,229,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 10101101
Octal 313 345 255
Decimal 203 229 173
Hex CB E5 AD

RGB Percentages of Color #cbe5ad

%33.55
%37.85
%28.60

CMYK Percentages of Color #cbe5ad

%11
%0
%24
%10

Triadic Colors of #cbe5ad

#cbe5ad #adcbe5 #e5adcb

Analogous Colors of #cbe5ad

#cbe5ad #afe5ad #e5e3ad

Monochromatic Colors of #cbe5ad

#cbe5ad

Complementary Color

#cbe5ad #c7ade5

#cbe5ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe5ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe5ad Color CSS Codes

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

#cbe5ad Text Font Color

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

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


#cbe5ad Background Color

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

This div background color is #cbe5ad


#cbe5ad Border Color

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

This div border color is #cbe5ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe5ad

#cbe5ad Color Palettes


Comments

No comments written yet.

Please login to write comment.