Color Hex Logo

#bae173 Color Hex

#BAE173
(186,225,115)
0 Favorites   0 Comments

Color spaces of #bae173

RGB 186225115
HSL0.230.650.67
HSV81°49°88°
CMYK 0.170.000.49   0.12
XYZ50.269465.527326.2182
Yxy65.52730.35400.4614
Hunter Lab80.9489-30.811937.4611
CIE-Lab84.7547-29.936749.2891

#bae173 color RGB value is (186,225,115).

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

The process color (four color CMYK) of #bae173 color hex is 0.17, 0.00, 0.49, 0.12. Web safe color of #bae173 is #cccc66. Color #bae173 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 01110011
Octal 272 341 163
Decimal 186 225 115
Hex BA E1 73

RGB Percentages of Color #bae173

%35.36
%42.78
%21.86

CMYK Percentages of Color #bae173

%17
%0
%49
%12

Triadic Colors of #bae173

#bae173 #73bae1 #e173ba

Analogous Colors of #bae173

#bae173 #83e173 #e1d173

Monochromatic Colors of #bae173

#bae173

Complementary Color

#bae173 #9a73e1

#bae173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae173 Color CSS Codes

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

#bae173 Text Font Color

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

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


#bae173 Background Color

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

This div background color is #bae173


#bae173 Border Color

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

This div border color is #bae173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae173


Comments

No comments written yet.

Please login to write comment.