Color Hex Logo

#cbeaaa Color Hex

#CBEAAA
(203,234,170)
0 Favorites   0 Comments

Color spaces of #cbeaaa

RGB 203234170
HSL0.250.600.79
HSV89°27°92°
CMYK 0.130.000.27   0.08
XYZ61.307174.444449.1682
Yxy74.44440.33150.4026
Hunter Lab86.2812-24.158826.6098
CIE-Lab89.1321-21.145327.8224

#cbeaaa color RGB value is (203,234,170).

#cbeaaa hex color red value is 203, green value is 234 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cbeaaa hue: 0.25 , saturation: 0.60 and the lightness value of cbeaaa is 0.79.

The process color (four color CMYK) of #cbeaaa color hex is 0.13, 0.00, 0.27, 0.08. Web safe color of #cbeaaa is #ccff99. Color #cbeaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 10101010
Octal 313 352 252
Decimal 203 234 170
Hex CB EA AA

RGB Percentages of Color #cbeaaa

%33.44
%38.55
%28.01

CMYK Percentages of Color #cbeaaa

%13
%0
%27
%8

Triadic Colors of #cbeaaa

#cbeaaa #aacbea #eaaacb

Analogous Colors of #cbeaaa

#cbeaaa #abeaaa #eae9aa

Monochromatic Colors of #cbeaaa

#cbeaaa

Complementary Color

#cbeaaa #c9aaea

#cbeaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeaaa Color CSS Codes

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

#cbeaaa Text Font Color

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

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


#cbeaaa Background Color

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

This div background color is #cbeaaa


#cbeaaa Border Color

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

This div border color is #cbeaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeaaa


Comments

No comments written yet.

Please login to write comment.