Color Hex Logo

#bae097 Color Hex

#BAE097
(186,224,151)
0 Favorites   0 Comments

Color spaces of #bae097

RGB 186224151
HSL0.250.540.74
HSV91°33°88°
CMYK 0.170.000.33   0.12
XYZ52.491365.984839.2479
Yxy65.98480.33280.4184
Hunter Lab81.2310-26.808028.2149
CIE-Lab84.9887-25.073331.7822

#bae097 color RGB value is (186,224,151).

#bae097 hex color red value is 186, green value is 224 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bae097 hue: 0.25 , saturation: 0.54 and the lightness value of bae097 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 10010111
Octal 272 340 227
Decimal 186 224 151
Hex BA E0 97

RGB Percentages of Color #bae097

%33.16
%39.93
%26.92

CMYK Percentages of Color #bae097

%17
%0
%33
%12

Triadic Colors of #bae097

#bae097 #97bae0 #e097ba

Analogous Colors of #bae097

#bae097 #97e099 #dfe097

Monochromatic Colors of #bae097

#bae097

Complementary Color

#bae097 #bd97e0

#bae097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae097 Color CSS Codes

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

#bae097 Text Font Color

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

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


#bae097 Background Color

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

This div background color is #bae097


#bae097 Border Color

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

This div border color is #bae097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae097


Comments

No comments written yet.

Please login to write comment.