Color Hex Logo

#bae985 Color Hex

#BAE985
(186,233,133)
0 Favorites   0 Comments

Color spaces of #bae985

RGB 186233133
HSL0.250.690.72
HSV88°43°91°
CMYK 0.200.000.43   0.09
XYZ53.622370.410432.9547
Yxy70.41040.34160.4485
Hunter Lab83.9109-32.775735.4524
CIE-Lab87.1978-31.669943.6458

#bae985 color RGB value is (186,233,133).

#bae985 hex color red value is 186, green value is 233 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bae985 hue: 0.25 , saturation: 0.69 and the lightness value of bae985 is 0.72.

The process color (four color CMYK) of #bae985 color hex is 0.20, 0.00, 0.43, 0.09. Web safe color of #bae985 is #ccff99. Color #bae985 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 10000101
Octal 272 351 205
Decimal 186 233 133
Hex BA E9 85

RGB Percentages of Color #bae985

%33.70
%42.21
%24.09

CMYK Percentages of Color #bae985

%20
%0
%43
%9

Triadic Colors of #bae985

#bae985 #85bae9 #e985ba

Analogous Colors of #bae985

#bae985 #88e985 #e9e685

Monochromatic Colors of #bae985

#bae985

Complementary Color

#bae985 #b485e9

#bae985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae985 Color CSS Codes

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

#bae985 Text Font Color

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

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


#bae985 Background Color

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

This div background color is #bae985


#bae985 Border Color

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

This div border color is #bae985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae985


Comments

No comments written yet.

Please login to write comment.