Color Hex Logo

#baeaa2 Color Hex

#BAEAA2
(186,234,162)
0 Favorites   0 Comments

Color spaces of #baeaa2

RGB 186234162
HSL0.280.630.78
HSV100°31°92°
CMYK 0.210.000.31   0.08
XYZ56.194171.893445.0975
Yxy71.89340.32450.4151
Hunter Lab84.7900-30.082527.8182
CIE-Lab87.9173-28.269030.0849

#baeaa2 color RGB value is (186,234,162).

#baeaa2 hex color red value is 186, green value is 234 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #baeaa2 hue: 0.28 , saturation: 0.63 and the lightness value of baeaa2 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 10100010
Octal 272 352 242
Decimal 186 234 162
Hex BA EA A2

RGB Percentages of Color #baeaa2

%31.96
%40.21
%27.84

CMYK Percentages of Color #baeaa2

%21
%0
%31
%8

Triadic Colors of #baeaa2

#baeaa2 #a2baea #eaa2ba

Analogous Colors of #baeaa2

#baeaa2 #a2eaae #deeaa2

Monochromatic Colors of #baeaa2

#baeaa2

Complementary Color

#baeaa2 #d2a2ea

#baeaa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeaa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeaa2 Color CSS Codes

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

#baeaa2 Text Font Color

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

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


#baeaa2 Background Color

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

This div background color is #baeaa2


#baeaa2 Border Color

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

This div border color is #baeaa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeaa2


Comments

No comments written yet.

Please login to write comment.