Color Hex Logo

#bae064 Color Hex

#BAE064
(186,224,100)
0 Favorites   0 Comments

Color spaces of #bae064

RGB 186224100
HSL0.220.670.64
HSV78°55°88°
CMYK 0.170.000.55   0.12
XYZ49.205664.670521.9458
Yxy64.67050.36230.4761
Hunter Lab80.4180-31.512140.1125
CIE-Lab84.3137-30.908255.6917

#bae064 color RGB value is (186,224,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 01100100
Octal 272 340 144
Decimal 186 224 100
Hex BA E0 64

RGB Percentages of Color #bae064

%36.47
%43.92
%19.61

CMYK Percentages of Color #bae064

%17
%0
%55
%12

Triadic Colors of #bae064

#bae064 #64bae0 #e064ba

Analogous Colors of #bae064

#bae064 #7ce064 #e0c864

Monochromatic Colors of #bae064

#bae064

Complementary Color

#bae064 #8a64e0

#bae064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae064 Color CSS Codes

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

#bae064 Text Font Color

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

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


#bae064 Background Color

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

This div background color is #bae064


#bae064 Border Color

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

This div border color is #bae064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae064

#bae064 Color Palettes


Comments

No comments written yet.

Please login to write comment.