Color Hex Logo

#bae373 Color Hex

#BAE373
(186,227,115)
0 Favorites   0 Comments

Color spaces of #bae373

RGB 186227115
HSL0.230.670.67
HSV82°49°89°
CMYK 0.180.000.49   0.11
XYZ50.813366.615126.3995
Yxy66.61510.35330.4632
Hunter Lab81.6181-31.702237.9552
CIE-Lab85.3092-30.873649.9589

#bae373 color RGB value is (186,227,115).

#bae373 hex color red value is 186, green value is 227 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bae373 hue: 0.23 , saturation: 0.67 and the lightness value of bae373 is 0.67.

The process color (four color CMYK) of #bae373 color hex is 0.18, 0.00, 0.49, 0.11. Web safe color of #bae373 is #cccc66. Color #bae373 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100011 01110011
Octal 272 343 163
Decimal 186 227 115
Hex BA E3 73

RGB Percentages of Color #bae373

%35.23
%42.99
%21.78

CMYK Percentages of Color #bae373

%18
%0
%49
%11

Triadic Colors of #bae373

#bae373 #73bae3 #e373ba

Analogous Colors of #bae373

#bae373 #82e373 #e3d473

Monochromatic Colors of #bae373

#bae373

Complementary Color

#bae373 #9c73e3

#bae373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae373 Color CSS Codes

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

#bae373 Text Font Color

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

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


#bae373 Background Color

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

This div background color is #bae373


#bae373 Border Color

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

This div border color is #bae373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae373


Comments

No comments written yet.

Please login to write comment.