Color Hex Logo

#bae472 Color Hex

#BAE472
(186,228,114)
0 Favorites   0 Comments

Color spaces of #bae472

RGB 186228114
HSL0.230.680.67
HSV82°50°89°
CMYK 0.180.000.50   0.11
XYZ51.030467.140826.1895
Yxy67.14080.35350.4651
Hunter Lab81.9395-32.227638.4074
CIE-Lab85.5750-31.442250.7488

#bae472 color RGB value is (186,228,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 01110010
Octal 272 344 162
Decimal 186 228 114
Hex BA E4 72

RGB Percentages of Color #bae472

%35.23
%43.18
%21.59

CMYK Percentages of Color #bae472

%18
%0
%50
%11

Triadic Colors of #bae472

#bae472 #72bae4 #e472ba

Analogous Colors of #bae472

#bae472 #81e472 #e4d572

Monochromatic Colors of #bae472

#bae472

Complementary Color

#bae472 #9c72e4

#bae472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae472 Color CSS Codes

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

#bae472 Text Font Color

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

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


#bae472 Background Color

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

This div background color is #bae472


#bae472 Border Color

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

This div border color is #bae472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae472


Comments

No comments written yet.

Please login to write comment.