Color Hex Logo

#baeaa8 Color Hex

#BAEAA8
(186,234,168)
0 Favorites   0 Comments

Color spaces of #baeaa8

RGB 186234168
HSL0.290.610.79
HSV104°28°92°
CMYK 0.210.000.28   0.08
XYZ56.740472.111947.9742
Yxy72.11190.32090.4078
Hunter Lab84.9187-29.338925.9477
CIE-Lab88.0224-27.366827.1614

#baeaa8 color RGB value is (186,234,168).

#baeaa8 hex color red value is 186, green value is 234 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #baeaa8 hue: 0.29 , saturation: 0.61 and the lightness value of baeaa8 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 10101000
Octal 272 352 250
Decimal 186 234 168
Hex BA EA A8

RGB Percentages of Color #baeaa8

%31.63
%39.80
%28.57

CMYK Percentages of Color #baeaa8

%21
%0
%28
%8

Triadic Colors of #baeaa8

#baeaa8 #a8baea #eaa8ba

Analogous Colors of #baeaa8

#baeaa8 #a8eab7 #dbeaa8

Monochromatic Colors of #baeaa8

#baeaa8

Complementary Color

#baeaa8 #d8a8ea

#baeaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeaa8 Color CSS Codes

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

#baeaa8 Text Font Color

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

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


#baeaa8 Background Color

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

This div background color is #baeaa8


#baeaa8 Border Color

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

This div border color is #baeaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeaa8


Comments

No comments written yet.

Please login to write comment.