Color Hex Logo

#baedac Color Hex

#BAEDAC
(186,237,172)
0 Favorites   0 Comments

Color spaces of #baedac

RGB 186237172
HSL0.300.640.80
HSV107°27°93°
CMYK 0.220.000.27   0.07
XYZ57.980373.986050.2546
Yxy73.98600.31820.4060
Hunter Lab86.0151-30.204825.5702
CIE-Lab88.9159-28.173326.3277

#baedac color RGB value is (186,237,172).

#baedac hex color red value is 186, green value is 237 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #baedac hue: 0.30 , saturation: 0.64 and the lightness value of baedac is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 10101100
Octal 272 355 254
Decimal 186 237 172
Hex BA ED AC

RGB Percentages of Color #baedac

%31.26
%39.83
%28.91

CMYK Percentages of Color #baedac

%22
%0
%27
%7

Triadic Colors of #baedac

#baedac #acbaed #edacba

Analogous Colors of #baedac

#baedac #acedbf #dbedac

Monochromatic Colors of #baedac

#baedac

Complementary Color

#baedac #dfaced

#baedac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baedac Color Preview on White Background

Lorem ipsum dolor sit amet.

#baedac Color CSS Codes

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

#baedac Text Font Color

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

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


#baedac Background Color

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

This div background color is #baedac


#baedac Border Color

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

This div border color is #baedac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baedac


Comments

No comments written yet.

Please login to write comment.