Color Hex Logo

#baedee Color Hex

#BAEDEE
(186,237,238)
0 Favorites   0 Comments

Color spaces of #baedee

RGB 186237238
HSL0.500.600.83
HSV181°22°93°
CMYK 0.220.000.00   0.07
XYZ65.966577.180592.3094
Yxy77.18050.28020.3278
Hunter Lab87.8524-19.7100-0.8012
CIE-Lab90.4046-15.9520-5.8327

#baedee color RGB value is (186,237,238).

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

The process color (four color CMYK) of #baedee color hex is 0.22, 0.00, 0.00, 0.07. Web safe color of #baedee is #ccffff. Color #baedee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 11101110
Octal 272 355 356
Decimal 186 237 238
Hex BA ED EE

RGB Percentages of Color #baedee

%28.14
%35.85
%36.01

CMYK Percentages of Color #baedee

%22
%0
%0
%7

Triadic Colors of #baedee

#baedee #eebaed #edeeba

Analogous Colors of #baedee

#baedee #bad3ee #baeed5

Monochromatic Colors of #baedee

#baedee

Complementary Color

#baedee #eebbba

#baedee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baedee Color Preview on White Background

Lorem ipsum dolor sit amet.

#baedee Color CSS Codes

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

#baedee Text Font Color

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

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


#baedee Background Color

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

This div background color is #baedee


#baedee Border Color

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

This div border color is #baedee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baedee

#baedee Color Palettes


Comments

No comments written yet.

Please login to write comment.