Color Hex Logo

#bae470 Color Hex

#BAE470
(186,228,112)
0 Favorites   0 Comments

Color spaces of #bae470

RGB 186228112
HSL0.230.680.67
HSV82°51°89°
CMYK 0.180.000.51   0.11
XYZ50.917767.095825.5964
Yxy67.09580.35460.4672
Hunter Lab81.9120-32.387938.8111
CIE-Lab85.5523-31.643751.6558

#bae470 color RGB value is (186,228,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 01110000
Octal 272 344 160
Decimal 186 228 112
Hex BA E4 70

RGB Percentages of Color #bae470

%35.36
%43.35
%21.29

CMYK Percentages of Color #bae470

%18
%0
%51
%11

Triadic Colors of #bae470

#bae470 #70bae4 #e470ba

Analogous Colors of #bae470

#bae470 #80e470 #e4d470

Monochromatic Colors of #bae470

#bae470

Complementary Color

#bae470 #9a70e4

#bae470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae470 Color CSS Codes

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

#bae470 Text Font Color

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

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


#bae470 Background Color

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

This div background color is #bae470


#bae470 Border Color

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

This div border color is #bae470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae470


Comments

No comments written yet.

Please login to write comment.