Color Hex Logo

#bae052 Color Hex

#BAE052
(186,224,82)
0 Favorites   0 Comments

Color spaces of #bae052

RGB 18622482
HSL0.210.700.60
HSV76°63°88°
CMYK 0.170.000.63   0.12
XYZ48.428364.359617.8528
Yxy64.35960.37070.4926
Hunter Lab80.2244-32.639442.9630
CIE-Lab84.1526-32.339563.2111

#bae052 color RGB value is (186,224,82).

#bae052 hex color red value is 186, green value is 224 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bae052 hue: 0.21 , saturation: 0.70 and the lightness value of bae052 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 01010010
Octal 272 340 122
Decimal 186 224 82
Hex BA E0 52

RGB Percentages of Color #bae052

%37.80
%45.53
%16.67

CMYK Percentages of Color #bae052

%17
%0
%63
%12

Triadic Colors of #bae052

#bae052 #52bae0 #e052ba

Analogous Colors of #bae052

#bae052 #73e052 #e0bf52

Monochromatic Colors of #bae052

#bae052

Complementary Color

#bae052 #7852e0

#bae052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae052 Color CSS Codes

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

#bae052 Text Font Color

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

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


#bae052 Background Color

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

This div background color is #bae052


#bae052 Border Color

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

This div border color is #bae052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae052


Comments

No comments written yet.

Please login to write comment.