Color Hex Logo

#baed81 Color Hex

#BAED81
(186,237,129)
0 Favorites   0 Comments

Color spaces of #baed81

RGB 186237129
HSL0.250.750.72
HSV88°46°93°
CMYK 0.220.000.46   0.07
XYZ54.496372.592531.9084
Yxy72.59250.34280.4566
Hunter Lab85.2012-34.930237.4364
CIE-Lab88.2530-33.985846.9016

#baed81 color RGB value is (186,237,129).

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

The process color (four color CMYK) of #baed81 color hex is 0.22, 0.00, 0.46, 0.07. Web safe color of #baed81 is #ccff99. Color #baed81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 10000001
Octal 272 355 201
Decimal 186 237 129
Hex BA ED 81

RGB Percentages of Color #baed81

%33.70
%42.93
%23.37

CMYK Percentages of Color #baed81

%22
%0
%46
%7

Triadic Colors of #baed81

#baed81 #81baed #ed81ba

Analogous Colors of #baed81

#baed81 #84ed81 #edea81

Monochromatic Colors of #baed81

#baed81

Complementary Color

#baed81 #b481ed

#baed81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baed81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baed81 Color CSS Codes

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

#baed81 Text Font Color

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

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


#baed81 Background Color

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

This div background color is #baed81


#baed81 Border Color

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

This div border color is #baed81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baed81


Comments

No comments written yet.

Please login to write comment.