Color Hex Logo

#bae172 Color Hex

#BAE172
(186,225,114)
0 Favorites   0 Comments

Color spaces of #bae172

RGB 186225114
HSL0.230.650.66
HSV81°49°88°
CMYK 0.170.000.49   0.12
XYZ50.212265.504425.9167
Yxy65.50440.35450.4625
Hunter Lab80.9348-30.893937.6687
CIE-Lab84.7430-30.039549.7477

#bae172 color RGB value is (186,225,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 01110010
Octal 272 341 162
Decimal 186 225 114
Hex BA E1 72

RGB Percentages of Color #bae172

%35.43
%42.86
%21.71

CMYK Percentages of Color #bae172

%17
%0
%49
%12

Triadic Colors of #bae172

#bae172 #72bae1 #e172ba

Analogous Colors of #bae172

#bae172 #83e172 #e1d172

Monochromatic Colors of #bae172

#bae172

Complementary Color

#bae172 #9972e1

#bae172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae172 Color CSS Codes

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

#bae172 Text Font Color

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

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


#bae172 Background Color

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

This div background color is #bae172


#bae172 Border Color

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

This div border color is #bae172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae172


Comments

No comments written yet.

Please login to write comment.