Color Hex Logo

#cbeaaf Color Hex

#CBEAAF
(203,234,175)
0 Favorites   0 Comments

Color spaces of #cbeaaf

RGB 203234175
HSL0.250.580.80
HSV92°25°92°
CMYK 0.130.000.25   0.08
XYZ61.789374.637351.7072
Yxy74.63730.32840.3967
Hunter Lab86.3929-23.522024.9892
CIE-Lab89.2228-20.406725.3819

#cbeaaf color RGB value is (203,234,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 10101111
Octal 313 352 257
Decimal 203 234 175
Hex CB EA AF

RGB Percentages of Color #cbeaaf

%33.17
%38.24
%28.59

CMYK Percentages of Color #cbeaaf

%13
%0
%25
%8

Triadic Colors of #cbeaaf

#cbeaaf #afcbea #eaafcb

Analogous Colors of #cbeaaf

#cbeaaf #afeab1 #e9eaaf

Monochromatic Colors of #cbeaaf

#cbeaaf

Complementary Color

#cbeaaf #ceafea

#cbeaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeaaf Color CSS Codes

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

#cbeaaf Text Font Color

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

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


#cbeaaf Background Color

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

This div background color is #cbeaaf


#cbeaaf Border Color

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

This div border color is #cbeaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeaaf


Comments

No comments written yet.

Please login to write comment.