Color Hex Logo

#bae872 Color Hex

#BAE872
(186,232,114)
0 Favorites   0 Comments

Color spaces of #bae872

RGB 186232114
HSL0.230.720.68
HSV83°51°91°
CMYK 0.200.000.51   0.09
XYZ52.143669.367226.5605
Yxy69.36720.35220.4685
Hunter Lab83.2870-33.998439.3931
CIE-Lab86.6856-33.295352.0790

#bae872 color RGB value is (186,232,114).

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

The process color (four color CMYK) of #bae872 color hex is 0.20, 0.00, 0.51, 0.09. Web safe color of #bae872 is #ccff66. Color #bae872 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101000 01110010
Octal 272 350 162
Decimal 186 232 114
Hex BA E8 72

RGB Percentages of Color #bae872

%34.96
%43.61
%21.43

CMYK Percentages of Color #bae872

%20
%0
%51
%9

Triadic Colors of #bae872

#bae872 #72bae8 #e872ba

Analogous Colors of #bae872

#bae872 #7fe872 #e8db72

Monochromatic Colors of #bae872

#bae872

Complementary Color

#bae872 #a072e8

#bae872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae872 Color CSS Codes

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

#bae872 Text Font Color

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

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


#bae872 Background Color

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

This div background color is #bae872


#bae872 Border Color

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

This div border color is #bae872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae872


Comments

No comments written yet.

Please login to write comment.