Color Hex Logo

#baec72 Color Hex

#BAEC72
(186,236,114)
0 Favorites   0 Comments

Color spaces of #baec72

RGB 186236114
HSL0.230.760.69
HSV85°52°93°
CMYK 0.210.000.52   0.07
XYZ53.282471.644926.9402
Yxy71.64490.35080.4718
Hunter Lab84.6433-35.761240.3795
CIE-Lab87.7974-35.129353.4032

#baec72 color RGB value is (186,236,114).

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

The process color (four color CMYK) of #baec72 color hex is 0.21, 0.00, 0.52, 0.07. Web safe color of #baec72 is #ccff66. Color #baec72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 01110010
Octal 272 354 162
Decimal 186 236 114
Hex BA EC 72

RGB Percentages of Color #baec72

%34.70
%44.03
%21.27

CMYK Percentages of Color #baec72

%21
%0
%52
%7

Triadic Colors of #baec72

#baec72 #72baec #ec72ba

Analogous Colors of #baec72

#baec72 #7dec72 #ece172

Monochromatic Colors of #baec72

#baec72

Complementary Color

#baec72 #a472ec

#baec72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baec72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baec72 Color CSS Codes

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

#baec72 Text Font Color

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

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


#baec72 Background Color

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

This div background color is #baec72


#baec72 Border Color

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

This div border color is #baec72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baec72


Comments

No comments written yet.

Please login to write comment.