Color Hex Logo

#bae95c Color Hex

#BAE95C
(186,233,92)
0 Favorites   0 Comments

Color spaces of #bae95c

RGB 18623392
HSL0.220.760.64
HSV80°61°91°
CMYK 0.200.000.61   0.09
XYZ51.320469.489620.8332
Yxy69.48960.36230.4906
Hunter Lab83.3604-35.988243.5347
CIE-Lab86.7459-35.720961.9014

#bae95c color RGB value is (186,233,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 01011100
Octal 272 351 134
Decimal 186 233 92
Hex BA E9 5C

RGB Percentages of Color #bae95c

%36.40
%45.60
%18.00

CMYK Percentages of Color #bae95c

%20
%0
%61
%9

Triadic Colors of #bae95c

#bae95c #5cbae9 #e95cba

Analogous Colors of #bae95c

#bae95c #74e95c #e9d25c

Monochromatic Colors of #bae95c

#bae95c

Complementary Color

#bae95c #8b5ce9

#bae95c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae95c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae95c Color CSS Codes

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

#bae95c Text Font Color

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

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


#bae95c Background Color

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

This div background color is #bae95c


#bae95c Border Color

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

This div border color is #bae95c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae95c


Comments

No comments written yet.

Please login to write comment.