Color Hex Logo

#baedf9 Color Hex

#BAEDF9
(186,237,249)
0 Favorites   0 Comments

Color spaces of #baedf9

RGB 186237249
HSL0.530.840.85
HSV191°25°98°
CMYK 0.250.050.00   0.02
XYZ67.632877.8470101.0839
Yxy77.84700.27430.3157
Hunter Lab88.2309-17.5763-6.1653
CIE-Lab90.7100-13.5720-11.1232

#baedf9 color RGB value is (186,237,249).

#baedf9 hex color red value is 186, green value is 237 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #baedf9 hue: 0.53 , saturation: 0.84 and the lightness value of baedf9 is 0.85.

The process color (four color CMYK) of #baedf9 color hex is 0.25, 0.05, 0.00, 0.02. Web safe color of #baedf9 is #ccffff. Color #baedf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 11111001
Octal 272 355 371
Decimal 186 237 249
Hex BA ED F9

RGB Percentages of Color #baedf9

%27.68
%35.27
%37.05

CMYK Percentages of Color #baedf9

%25
%5
%0
%2

Triadic Colors of #baedf9

#baedf9 #f9baed #edf9ba

Analogous Colors of #baedf9

#baedf9 #bacef9 #baf9e6

Monochromatic Colors of #baedf9

#baedf9

Complementary Color

#baedf9 #f9c6ba

#baedf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baedf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baedf9 Color CSS Codes

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

#baedf9 Text Font Color

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

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


#baedf9 Background Color

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

This div background color is #baedf9


#baedf9 Border Color

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

This div border color is #baedf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baedf9


Comments

No comments written yet.

Please login to write comment.