Color Hex Logo

#cbe1ab Color Hex

#CBE1AB
(203,225,171)
0 Favorites   0 Comments

Color spaces of #cbe1ab

RGB 203225171
HSL0.230.470.78
HSV84°24°88°
CMYK 0.100.000.24   0.12
XYZ58.904569.487248.8359
Yxy69.48720.33240.3921
Hunter Lab83.3590-19.743623.6162
CIE-Lab86.7447-16.573724.0527

#cbe1ab color RGB value is (203,225,171).

#cbe1ab hex color red value is 203, green value is 225 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cbe1ab hue: 0.23 , saturation: 0.47 and the lightness value of cbe1ab is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 10101011
Octal 313 341 253
Decimal 203 225 171
Hex CB E1 AB

RGB Percentages of Color #cbe1ab

%33.89
%37.56
%28.55

CMYK Percentages of Color #cbe1ab

%10
%0
%24
%12

Triadic Colors of #cbe1ab

#cbe1ab #abcbe1 #e1abcb

Analogous Colors of #cbe1ab

#cbe1ab #b0e1ab #e1dcab

Monochromatic Colors of #cbe1ab

#cbe1ab

Complementary Color

#cbe1ab #c1abe1

#cbe1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe1ab Color CSS Codes

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

#cbe1ab Text Font Color

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

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


#cbe1ab Background Color

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

This div background color is #cbe1ab


#cbe1ab Border Color

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

This div border color is #cbe1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe1ab


Comments

No comments written yet.

Please login to write comment.