Color Hex Logo

#baeddf Color Hex

#BAEDDF
(186,237,223)
0 Favorites   0 Comments

Color spaces of #baeddf

RGB 186237223
HSL0.450.590.83
HSV164°22°93°
CMYK 0.220.000.06   0.07
XYZ63.853276.335281.1808
Yxy76.33520.28840.3448
Hunter Lab87.3700-22.44326.0691
CIE-Lab90.0147-19.05021.4298

#baeddf color RGB value is (186,237,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 11011111
Octal 272 355 337
Decimal 186 237 223
Hex BA ED DF

RGB Percentages of Color #baeddf

%28.79
%36.69
%34.52

CMYK Percentages of Color #baeddf

%22
%0
%6
%7

Triadic Colors of #baeddf

#baeddf #dfbaed #eddfba

Analogous Colors of #baeddf

#baeddf #bae2ed #baedc6

Monochromatic Colors of #baeddf

#baeddf

Complementary Color

#baeddf #edbac8

#baeddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeddf Color CSS Codes

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

#baeddf Text Font Color

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

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


#baeddf Background Color

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

This div background color is #baeddf


#baeddf Border Color

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

This div border color is #baeddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeddf


Comments

No comments written yet.

Please login to write comment.