Color Hex Logo

#cbeaac Color Hex

#CBEAAC
(203,234,172)
0 Favorites   0 Comments

Color spaces of #cbeaac

RGB 203234172
HSL0.250.600.80
HSV90°26°92°
CMYK 0.130.000.26   0.08
XYZ61.497874.520750.1724
Yxy74.52070.33030.4002
Hunter Lab86.3254-23.906825.9683
CIE-Lab89.1680-20.852626.8468

#cbeaac color RGB value is (203,234,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 10101100
Octal 313 352 254
Decimal 203 234 172
Hex CB EA AC

RGB Percentages of Color #cbeaac

%33.33
%38.42
%28.24

CMYK Percentages of Color #cbeaac

%13
%0
%26
%8

Triadic Colors of #cbeaac

#cbeaac #accbea #eaaccb

Analogous Colors of #cbeaac

#cbeaac #aceaac #eaeaac

Monochromatic Colors of #cbeaac

#cbeaac

Complementary Color

#cbeaac #cbacea

#cbeaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeaac Color CSS Codes

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

#cbeaac Text Font Color

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

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


#cbeaac Background Color

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

This div background color is #cbeaac


#cbeaac Border Color

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

This div border color is #cbeaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeaac


Comments

No comments written yet.

Please login to write comment.