Color Hex Logo

#bae062 Color Hex

#BAE062
(186,224,98)
0 Favorites   0 Comments

Color spaces of #bae062

RGB 18622498
HSL0.220.670.63
HSV78°56°88°
CMYK 0.170.000.56   0.12
XYZ49.110064.632321.4422
Yxy64.63230.36330.4781
Hunter Lab80.3942-31.650540.4625
CIE-Lab84.2939-31.083256.5616

#bae062 color RGB value is (186,224,98).

#bae062 hex color red value is 186, green value is 224 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #bae062 hue: 0.22 , saturation: 0.67 and the lightness value of bae062 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 01100010
Octal 272 340 142
Decimal 186 224 98
Hex BA E0 62

RGB Percentages of Color #bae062

%36.61
%44.09
%19.29

CMYK Percentages of Color #bae062

%17
%0
%56
%12

Triadic Colors of #bae062

#bae062 #62bae0 #e062ba

Analogous Colors of #bae062

#bae062 #7be062 #e0c762

Monochromatic Colors of #bae062

#bae062

Complementary Color

#bae062 #8862e0

#bae062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae062 Color CSS Codes

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

#bae062 Text Font Color

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

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


#bae062 Background Color

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

This div background color is #bae062


#bae062 Border Color

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

This div border color is #bae062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae062


Comments

No comments written yet.

Please login to write comment.