Color Hex Logo

#baeaaf Color Hex

#BAEAAF
(186,234,175)
0 Favorites   0 Comments

Color spaces of #baeaaf

RGB 186234175
HSL0.300.580.80
HSV109°25°92°
CMYK 0.210.000.25   0.08
XYZ57.410472.379951.5023
Yxy72.37990.31670.3992
Hunter Lab85.0764-28.430123.6613
CIE-Lab88.1511-26.270923.7405

#baeaaf color RGB value is (186,234,175).

#baeaaf hex color red value is 186, green value is 234 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #baeaaf hue: 0.30 , saturation: 0.58 and the lightness value of baeaaf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 10101111
Octal 272 352 257
Decimal 186 234 175
Hex BA EA AF

RGB Percentages of Color #baeaaf

%31.26
%39.33
%29.41

CMYK Percentages of Color #baeaaf

%21
%0
%25
%8

Triadic Colors of #baeaaf

#baeaaf #afbaea #eaafba

Analogous Colors of #baeaaf

#baeaaf #afeac2 #d8eaaf

Monochromatic Colors of #baeaaf

#baeaaf

Complementary Color

#baeaaf #dfafea

#baeaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeaaf Color CSS Codes

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

#baeaaf Text Font Color

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

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


#baeaaf Background Color

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

This div background color is #baeaaf


#baeaaf Border Color

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

This div border color is #baeaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeaaf

#baeaaf Color Palettes


Comments

No comments written yet.

Please login to write comment.