Color Hex Logo

#baedd1 Color Hex

#BAEDD1
(186,237,209)
0 Favorites   0 Comments

Color spaces of #baedd1

RGB 186237209
HSL0.410.590.83
HSV147°22°93°
CMYK 0.220.000.12   0.07
XYZ62.042575.610971.6460
Yxy75.61090.29640.3613
Hunter Lab86.9545-24.809812.0163
CIE-Lab89.6784-21.77948.2476

#baedd1 color RGB value is (186,237,209).

#baedd1 hex color red value is 186, green value is 237 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #baedd1 hue: 0.41 , saturation: 0.59 and the lightness value of baedd1 is 0.83.

The process color (four color CMYK) of #baedd1 color hex is 0.22, 0.00, 0.12, 0.07. Web safe color of #baedd1 is #ccffcc. Color #baedd1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 11010001
Octal 272 355 321
Decimal 186 237 209
Hex BA ED D1

RGB Percentages of Color #baedd1

%29.43
%37.50
%33.07

CMYK Percentages of Color #baedd1

%22
%0
%12
%7

Triadic Colors of #baedd1

#baedd1 #d1baed #edd1ba

Analogous Colors of #baedd1

#baedd1 #baedeb #bdedba

Monochromatic Colors of #baedd1

#baedd1

Complementary Color

#baedd1 #edbad6

#baedd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baedd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baedd1 Color CSS Codes

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

#baedd1 Text Font Color

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

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


#baedd1 Background Color

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

This div background color is #baedd1


#baedd1 Border Color

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

This div border color is #baedd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baedd1


Comments

No comments written yet.

Please login to write comment.