Color Hex Logo

#bae0af Color Hex

#BAE0AF
(186,224,175)
0 Favorites   0 Comments

Color spaces of #bae0af

RGB 186224175
HSL0.300.440.78
HSV107°22°88°
CMYK 0.170.000.22   0.12
XYZ54.643266.845650.5799
Yxy66.84560.31760.3885
Hunter Lab81.7592-23.779220.5519
CIE-Lab85.4259-21.427219.9778

#bae0af color RGB value is (186,224,175).

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

The process color (four color CMYK) of #bae0af color hex is 0.17, 0.00, 0.22, 0.12. Web safe color of #bae0af is #cccc99. Color #bae0af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 10101111
Octal 272 340 257
Decimal 186 224 175
Hex BA E0 AF

RGB Percentages of Color #bae0af

%31.79
%38.29
%29.91

CMYK Percentages of Color #bae0af

%17
%0
%22
%12

Triadic Colors of #bae0af

#bae0af #afbae0 #e0afba

Analogous Colors of #bae0af

#bae0af #afe0bd #d3e0af

Monochromatic Colors of #bae0af

#bae0af

Complementary Color

#bae0af #d5afe0

#bae0af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae0af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae0af Color CSS Codes

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

#bae0af Text Font Color

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

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


#bae0af Background Color

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

This div background color is #bae0af


#bae0af Border Color

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

This div border color is #bae0af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae0af


Comments

No comments written yet.

Please login to write comment.