Color Hex Logo

#baeabe Color Hex

#BAEABE
(186,234,190)
0 Favorites   0 Comments

Color spaces of #baeabe

RGB 186234190
HSL0.350.530.82
HSV125°21°92°
CMYK 0.210.000.19   0.08
XYZ58.966873.002459.6982
Yxy73.00240.30770.3809
Hunter Lab85.4414-26.332018.3829
CIE-Lab88.4489-23.768816.3911

#baeabe color RGB value is (186,234,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 10111110
Octal 272 352 276
Decimal 186 234 190
Hex BA EA BE

RGB Percentages of Color #baeabe

%30.49
%38.36
%31.15

CMYK Percentages of Color #baeabe

%21
%0
%19
%8

Triadic Colors of #baeabe

#baeabe #bebaea #eabeba

Analogous Colors of #baeabe

#baeabe #baead6 #ceeaba

Monochromatic Colors of #baeabe

#baeabe

Complementary Color

#baeabe #eabae6

#baeabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeabe Color CSS Codes

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

#baeabe Text Font Color

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

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


#baeabe Background Color

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

This div background color is #baeabe


#baeabe Border Color

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

This div border color is #baeabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeabe


Comments

No comments written yet.

Please login to write comment.