Color Hex Logo

#baeeda Color Hex

#BAEEDA
(186,238,218)
0 Favorites   0 Comments

Color spaces of #baeeda

RGB 186238218
HSL0.440.600.83
HSV157°22°93°
CMYK 0.220.000.08   0.07
XYZ63.479176.650177.7789
Yxy76.65010.29130.3518
Hunter Lab87.5500-23.78928.6122
CIE-Lab90.1603-20.53464.2502

#baeeda color RGB value is (186,238,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 11011010
Octal 272 356 332
Decimal 186 238 218
Hex BA EE DA

RGB Percentages of Color #baeeda

%28.97
%37.07
%33.96

CMYK Percentages of Color #baeeda

%22
%0
%8
%7

Triadic Colors of #baeeda

#baeeda #dabaee #eedaba

Analogous Colors of #baeeda

#baeeda #bae8ee #baeec0

Monochromatic Colors of #baeeda

#baeeda

Complementary Color

#baeeda #eebace

#baeeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeeda Color CSS Codes

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

#baeeda Text Font Color

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

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


#baeeda Background Color

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

This div background color is #baeeda


#baeeda Border Color

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

This div border color is #baeeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeeda


Comments

No comments written yet.

Please login to write comment.