Color Hex Logo

#cbeaba Color Hex

#CBEABA
(203,234,186)
0 Favorites   0 Comments

Color spaces of #cbeaba

RGB 203234186
HSL0.270.530.82
HSV99°21°92°
CMYK 0.130.000.21   0.08
XYZ62.914375.087357.6317
Yxy75.08730.32160.3838
Hunter Lab86.6529-22.042821.2241
CIE-Lab89.4339-18.703420.0004

#cbeaba color RGB value is (203,234,186).

#cbeaba hex color red value is 203, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cbeaba hue: 0.27 , saturation: 0.53 and the lightness value of cbeaba is 0.82.

The process color (four color CMYK) of #cbeaba color hex is 0.13, 0.00, 0.21, 0.08. Web safe color of #cbeaba is #ccffcc. Color #cbeaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 10111010
Octal 313 352 272
Decimal 203 234 186
Hex CB EA BA

RGB Percentages of Color #cbeaba

%32.58
%37.56
%29.86

CMYK Percentages of Color #cbeaba

%13
%0
%21
%8

Triadic Colors of #cbeaba

#cbeaba #bacbea #eabacb

Analogous Colors of #cbeaba

#cbeaba #baeac1 #e3eaba

Monochromatic Colors of #cbeaba

#cbeaba

Complementary Color

#cbeaba #d9baea

#cbeaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeaba Color CSS Codes

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

#cbeaba Text Font Color

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

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


#cbeaba Background Color

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

This div background color is #cbeaba


#cbeaba Border Color

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

This div border color is #cbeaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeaba


Comments

No comments written yet.

Please login to write comment.