Color Hex Logo

#bae861 Color Hex

#BAE861
(186,232,97)
0 Favorites   0 Comments

Color spaces of #bae861

RGB 18623297
HSL0.220.750.65
HSV80°58°91°
CMYK 0.200.000.58   0.09
XYZ51.264069.015421.9287
Yxy69.01540.36050.4853
Hunter Lab83.0755-35.233942.5026
CIE-Lab86.5117-34.860459.5119

#bae861 color RGB value is (186,232,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101000 01100001
Octal 272 350 141
Decimal 186 232 97
Hex BA E8 61

RGB Percentages of Color #bae861

%36.12
%45.05
%18.83

CMYK Percentages of Color #bae861

%20
%0
%58
%9

Triadic Colors of #bae861

#bae861 #61bae8 #e861ba

Analogous Colors of #bae861

#bae861 #77e861 #e8d361

Monochromatic Colors of #bae861

#bae861

Complementary Color

#bae861 #8f61e8

#bae861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae861 Color CSS Codes

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

#bae861 Text Font Color

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

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


#bae861 Background Color

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

This div background color is #bae861


#bae861 Border Color

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

This div border color is #bae861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae861


Comments

No comments written yet.

Please login to write comment.