Color Hex Logo

#bae85d Color Hex

#BAE85D
(186,232,93)
0 Favorites   0 Comments

Color spaces of #bae85d

RGB 18623293
HSL0.220.750.64
HSV80°60°91°
CMYK 0.200.000.60   0.09
XYZ51.082168.942620.9709
Yxy68.94260.36230.4890
Hunter Lab83.0317-35.490143.1476
CIE-Lab86.4756-35.186961.1820

#bae85d color RGB value is (186,232,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101000 01011101
Octal 272 350 135
Decimal 186 232 93
Hex BA E8 5D

RGB Percentages of Color #bae85d

%36.40
%45.40
%18.20

CMYK Percentages of Color #bae85d

%20
%0
%60
%9

Triadic Colors of #bae85d

#bae85d #5dbae8 #e85dba

Analogous Colors of #bae85d

#bae85d #75e85d #e8d15d

Monochromatic Colors of #bae85d

#bae85d

Complementary Color

#bae85d #8b5de8

#bae85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae85d Color CSS Codes

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

#bae85d Text Font Color

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

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


#bae85d Background Color

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

This div background color is #bae85d


#bae85d Border Color

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

This div border color is #bae85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae85d


Comments

No comments written yet.

Please login to write comment.