Color Hex Logo

#bae964 Color Hex

#BAE964
(186,233,100)
0 Favorites   0 Comments

Color spaces of #bae964

RGB 186233100
HSL0.230.750.65
HSV81°57°91°
CMYK 0.200.000.57   0.09
XYZ51.688969.637022.7736
Yxy69.63700.35870.4833
Hunter Lab83.4488-35.470942.2336
CIE-Lab86.8185-35.061658.5542

#bae964 color RGB value is (186,233,100).

#bae964 hex color red value is 186, green value is 233 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #bae964 hue: 0.23 , saturation: 0.75 and the lightness value of bae964 is 0.65.

The process color (four color CMYK) of #bae964 color hex is 0.20, 0.00, 0.57, 0.09. Web safe color of #bae964 is #ccff66. Color #bae964 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 01100100
Octal 272 351 144
Decimal 186 233 100
Hex BA E9 64

RGB Percentages of Color #bae964

%35.84
%44.89
%19.27

CMYK Percentages of Color #bae964

%20
%0
%57
%9

Triadic Colors of #bae964

#bae964 #64bae9 #e964ba

Analogous Colors of #bae964

#bae964 #78e964 #e9d664

Monochromatic Colors of #bae964

#bae964

Complementary Color

#bae964 #9364e9

#bae964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae964 Color CSS Codes

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

#bae964 Text Font Color

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

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


#bae964 Background Color

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

This div background color is #bae964


#bae964 Border Color

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

This div border color is #bae964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae964


Comments

No comments written yet.

Please login to write comment.