Color Hex Logo

#baedf0 Color Hex

#BAEDF0
(186,237,240)
0 Favorites   0 Comments

Color spaces of #baedf0

RGB 186237240
HSL0.510.640.84
HSV183°23°94°
CMYK 0.230.010.00   0.06
XYZ66.262177.298793.8658
Yxy77.29870.27910.3256
Hunter Lab87.9197-19.3300-1.7561
CIE-Lab90.4589-15.5258-6.7970

#baedf0 color RGB value is (186,237,240).

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

The process color (four color CMYK) of #baedf0 color hex is 0.23, 0.01, 0.00, 0.06. Web safe color of #baedf0 is #ccffff. Color #baedf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 11110000
Octal 272 355 360
Decimal 186 237 240
Hex BA ED F0

RGB Percentages of Color #baedf0

%28.05
%35.75
%36.20

CMYK Percentages of Color #baedf0

%23
%1
%0
%6

Triadic Colors of #baedf0

#baedf0 #f0baed #edf0ba

Analogous Colors of #baedf0

#baedf0 #bad2f0 #baf0d8

Monochromatic Colors of #baedf0

#baedf0

Complementary Color

#baedf0 #f0bdba

#baedf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baedf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baedf0 Color CSS Codes

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

#baedf0 Text Font Color

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

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


#baedf0 Background Color

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

This div background color is #baedf0


#baedf0 Border Color

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

This div border color is #baedf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baedf0


Comments

No comments written yet.

Please login to write comment.