Color Hex Logo

#baedae Color Hex

#BAEDAE
(186,237,174)
0 Favorites   0 Comments

Color spaces of #baedae

RGB 186237174
HSL0.300.640.81
HSV109°27°93°
CMYK 0.220.000.27   0.07
XYZ58.173974.063551.2740
Yxy74.06350.31700.4036
Hunter Lab86.0602-29.945024.9176
CIE-Lab88.9525-27.859725.3528

#baedae color RGB value is (186,237,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 10101110
Octal 272 355 256
Decimal 186 237 174
Hex BA ED AE

RGB Percentages of Color #baedae

%31.16
%39.70
%29.15

CMYK Percentages of Color #baedae

%22
%0
%27
%7

Triadic Colors of #baedae

#baedae #aebaed #edaeba

Analogous Colors of #baedae

#baedae #aeedc2 #daedae

Monochromatic Colors of #baedae

#baedae

Complementary Color

#baedae #e1aeed

#baedae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baedae Color Preview on White Background

Lorem ipsum dolor sit amet.

#baedae Color CSS Codes

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

#baedae Text Font Color

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

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


#baedae Background Color

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

This div background color is #baedae


#baedae Border Color

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

This div border color is #baedae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baedae


Comments

No comments written yet.

Please login to write comment.