Color Hex Logo

#baeaba Color Hex

#BAEABA
(186,234,186)
0 Favorites   0 Comments

Color spaces of #baeaba

RGB 186234186
HSL0.330.530.82
HSV120°21°92°
CMYK 0.210.000.21   0.08
XYZ58.535472.829957.4268
Yxy72.82990.31010.3858
Hunter Lab85.3404-26.911819.8412
CIE-Lab88.3665-24.456518.3522

#baeaba color RGB value is (186,234,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 10111010
Octal 272 352 272
Decimal 186 234 186
Hex BA EA BA

RGB Percentages of Color #baeaba

%30.69
%38.61
%30.69

CMYK Percentages of Color #baeaba

%21
%0
%21
%8

Triadic Colors of #baeaba

#baeaba #babaea #eababa

Analogous Colors of #baeaba

#baeaba #baead2 #d2eaba

Monochromatic Colors of #baeaba

#baeaba

Complementary Color

#baeaba #eabaea

#baeaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeaba Color CSS Codes

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

#baeaba Text Font Color

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

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


#baeaba Background Color

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

This div background color is #baeaba


#baeaba Border Color

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

This div border color is #baeaba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,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 #baeaba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeaba


Comments

No comments written yet.

Please login to write comment.