Color Hex Logo

#bae6af Color Hex

#BAE6AF
(186,230,175)
0 Favorites   0 Comments

Color spaces of #bae6af

RGB 186230175
HSL0.300.520.79
HSV108°24°90°
CMYK 0.190.000.24   0.10
XYZ56.284470.127951.1270
Yxy70.12790.31700.3950
Hunter Lab83.7424-26.576922.4215
CIE-Lab87.0596-24.347422.2379

#bae6af color RGB value is (186,230,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 10101111
Octal 272 346 257
Decimal 186 230 175
Hex BA E6 AF

RGB Percentages of Color #bae6af

%31.47
%38.92
%29.61

CMYK Percentages of Color #bae6af

%19
%0
%24
%10

Triadic Colors of #bae6af

#bae6af #afbae6 #e6afba

Analogous Colors of #bae6af

#bae6af #afe6c0 #d6e6af

Monochromatic Colors of #bae6af

#bae6af

Complementary Color

#bae6af #dbafe6

#bae6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae6af Color CSS Codes

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

#bae6af Text Font Color

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

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


#bae6af Background Color

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

This div background color is #bae6af


#bae6af Border Color

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

This div border color is #bae6af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae6af

#bae6af Color Palettes


Comments

No comments written yet.

Please login to write comment.