Color Hex Logo

#cbeaae Color Hex

#CBEAAE
(203,234,174)
0 Favorites   0 Comments

Color spaces of #cbeaae

RGB 203234174
HSL0.250.590.80
HSV91°26°92°
CMYK 0.130.000.26   0.08
XYZ61.691474.598151.1918
Yxy74.59810.32910.3979
Hunter Lab86.3702-23.651125.3178
CIE-Lab89.2044-20.556125.8703

#cbeaae color RGB value is (203,234,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 10101110
Octal 313 352 256
Decimal 203 234 174
Hex CB EA AE

RGB Percentages of Color #cbeaae

%33.22
%38.30
%28.48

CMYK Percentages of Color #cbeaae

%13
%0
%26
%8

Triadic Colors of #cbeaae

#cbeaae #aecbea #eaaecb

Analogous Colors of #cbeaae

#cbeaae #aeeaaf #e9eaae

Monochromatic Colors of #cbeaae

#cbeaae

Complementary Color

#cbeaae #cdaeea

#cbeaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeaae Color CSS Codes

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

#cbeaae Text Font Color

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

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


#cbeaae Background Color

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

This div background color is #cbeaae


#cbeaae Border Color

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

This div border color is #cbeaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeaae


Comments

No comments written yet.

Please login to write comment.