Color Hex Logo

#baefdd Color Hex

#BAEFDD
(186,239,221)
0 Favorites   0 Comments

Color spaces of #baefdd

RGB 186239221
HSL0.440.620.83
HSV160°22°94°
CMYK 0.220.000.08   0.06
XYZ64.167377.392679.9629
Yxy77.39260.28970.3494
Hunter Lab87.9731-23.75557.6896
CIE-Lab90.5020-20.43363.1814

#baefdd color RGB value is (186,239,221).

#baefdd hex color red value is 186, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #baefdd hue: 0.44 , saturation: 0.62 and the lightness value of baefdd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 11011101
Octal 272 357 335
Decimal 186 239 221
Hex BA EF DD

RGB Percentages of Color #baefdd

%28.79
%37.00
%34.21

CMYK Percentages of Color #baefdd

%22
%0
%8
%6

Triadic Colors of #baefdd

#baefdd #ddbaef #efddba

Analogous Colors of #baefdd

#baefdd #bae7ef #baefc3

Monochromatic Colors of #baefdd

#baefdd

Complementary Color

#baefdd #efbacc

#baefdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baefdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baefdd Color CSS Codes

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

#baefdd Text Font Color

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

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


#baefdd Background Color

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

This div background color is #baefdd


#baefdd Border Color

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

This div border color is #baefdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baefdd


Comments

No comments written yet.

Please login to write comment.