Color Hex Logo

#baedaa Color Hex

#BAEDAA
(186,237,170)
0 Favorites   0 Comments

Color spaces of #baedaa

RGB 186237170
HSL0.290.650.80
HSV106°28°93°
CMYK 0.220.000.28   0.07
XYZ57.789673.909849.2504
Yxy73.90980.31940.4085
Hunter Lab85.9708-30.461226.2139
CIE-Lab88.8798-28.483427.3020

#baedaa color RGB value is (186,237,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 10101010
Octal 272 355 252
Decimal 186 237 170
Hex BA ED AA

RGB Percentages of Color #baedaa

%31.37
%39.97
%28.67

CMYK Percentages of Color #baedaa

%22
%0
%28
%7

Triadic Colors of #baedaa

#baedaa #aabaed #edaaba

Analogous Colors of #baedaa

#baedaa #aaedbc #dcedaa

Monochromatic Colors of #baedaa

#baedaa

Complementary Color

#baedaa #ddaaed

#baedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#baedaa Color CSS Codes

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

#baedaa Text Font Color

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

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


#baedaa Background Color

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

This div background color is #baedaa


#baedaa Border Color

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

This div border color is #baedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baedaa


Comments

No comments written yet.

Please login to write comment.