Color Hex Logo

#baedf4 Color Hex

#BAEDF4
(186,237,244)
0 Favorites   0 Comments

Color spaces of #baedf4

RGB 186237244
HSL0.520.730.84
HSV187°24°96°
CMYK 0.240.030.00   0.04
XYZ66.863077.539197.0304
Yxy77.53910.27690.3212
Hunter Lab88.0563-18.5597-3.6930
CIE-Lab90.5692-14.6649-8.7225

#baedf4 color RGB value is (186,237,244).

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

The process color (four color CMYK) of #baedf4 color hex is 0.24, 0.03, 0.00, 0.04. Web safe color of #baedf4 is #ccffff. Color #baedf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 11110100
Octal 272 355 364
Decimal 186 237 244
Hex BA ED F4

RGB Percentages of Color #baedf4

%27.89
%35.53
%36.58

CMYK Percentages of Color #baedf4

%24
%3
%0
%4

Triadic Colors of #baedf4

#baedf4 #f4baed #edf4ba

Analogous Colors of #baedf4

#baedf4 #bad0f4 #baf4de

Monochromatic Colors of #baedf4

#baedf4

Complementary Color

#baedf4 #f4c1ba

#baedf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baedf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baedf4 Color CSS Codes

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

#baedf4 Text Font Color

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

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


#baedf4 Background Color

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

This div background color is #baedf4


#baedf4 Border Color

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

This div border color is #baedf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baedf4


Comments

No comments written yet.

Please login to write comment.