Color Hex Logo

#bae5af Color Hex

#BAE5AF
(186,229,175)
0 Favorites   0 Comments

Color spaces of #bae5af

RGB 186229175
HSL0.300.510.79
HSV108°24°90°
CMYK 0.190.000.24   0.10
XYZ56.006969.572951.0345
Yxy69.57290.31710.3939
Hunter Lab83.4104-26.112222.1108
CIE-Lab86.7870-23.863621.8617

#bae5af color RGB value is (186,229,175).

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

The process color (four color CMYK) of #bae5af color hex is 0.19, 0.00, 0.24, 0.10. Web safe color of #bae5af is #cccc99. Color #bae5af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 10101111
Octal 272 345 257
Decimal 186 229 175
Hex BA E5 AF

RGB Percentages of Color #bae5af

%31.53
%38.81
%29.66

CMYK Percentages of Color #bae5af

%19
%0
%24
%10

Triadic Colors of #bae5af

#bae5af #afbae5 #e5afba

Analogous Colors of #bae5af

#bae5af #afe5bf #d5e5af

Monochromatic Colors of #bae5af

#bae5af

Complementary Color

#bae5af #daafe5

#bae5af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae5af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae5af Color CSS Codes

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

#bae5af Text Font Color

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

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


#bae5af Background Color

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

This div background color is #bae5af


#bae5af Border Color

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

This div border color is #bae5af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae5af


Comments

No comments written yet.

Please login to write comment.