Color Hex Logo

#bae287 Color Hex

#BAE287
(186,226,135)
0 Favorites   0 Comments

Color spaces of #bae287

RGB 186226135
HSL0.240.610.71
HSV86°40°89°
CMYK 0.180.000.40   0.11
XYZ51.819266.581133.0419
Yxy66.58110.34220.4396
Hunter Lab81.5972-29.436833.1092
CIE-Lab85.2920-28.139040.2416

#bae287 color RGB value is (186,226,135).

#bae287 hex color red value is 186, green value is 226 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bae287 hue: 0.24 , saturation: 0.61 and the lightness value of bae287 is 0.71.

The process color (four color CMYK) of #bae287 color hex is 0.18, 0.00, 0.40, 0.11. Web safe color of #bae287 is #cccc99. Color #bae287 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100010 10000111
Octal 272 342 207
Decimal 186 226 135
Hex BA E2 87

RGB Percentages of Color #bae287

%34.00
%41.32
%24.68

CMYK Percentages of Color #bae287

%18
%0
%40
%11

Triadic Colors of #bae287

#bae287 #87bae2 #e287ba

Analogous Colors of #bae287

#bae287 #8de287 #e2dd87

Monochromatic Colors of #bae287

#bae287

Complementary Color

#bae287 #af87e2

#bae287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae287 Color CSS Codes

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

#bae287 Text Font Color

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

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


#bae287 Background Color

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

This div background color is #bae287


#bae287 Border Color

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

This div border color is #bae287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae287


Comments

No comments written yet.

Please login to write comment.