Color Hex Logo

#baedfb Color Hex

#BAEDFB
(186,237,251)
0 Favorites   0 Comments

Color spaces of #baedfb

RGB 186237251
HSL0.540.890.86
HSV193°26°98°
CMYK 0.260.060.00   0.02
XYZ67.946577.9725102.7358
Yxy77.97250.27330.3136
Hunter Lab88.3020-17.1767-7.1701
CIE-Lab90.7674-13.1300-12.0814

#baedfb color RGB value is (186,237,251).

#baedfb hex color red value is 186, green value is 237 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #baedfb hue: 0.54 , saturation: 0.89 and the lightness value of baedfb is 0.86.

The process color (four color CMYK) of #baedfb color hex is 0.26, 0.06, 0.00, 0.02. Web safe color of #baedfb is #ccffff. Color #baedfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 11111011
Octal 272 355 373
Decimal 186 237 251
Hex BA ED FB

RGB Percentages of Color #baedfb

%27.60
%35.16
%37.24

CMYK Percentages of Color #baedfb

%26
%6
%0
%2

Triadic Colors of #baedfb

#baedfb #fbbaed #edfbba

Analogous Colors of #baedfb

#baedfb #bacdfb #bafbe9

Monochromatic Colors of #baedfb

#baedfb

Complementary Color

#baedfb #fbc8ba

#baedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baedfb Color CSS Codes

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

#baedfb Text Font Color

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

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


#baedfb Background Color

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

This div background color is #baedfb


#baedfb Border Color

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

This div border color is #baedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baedfb


Comments

No comments written yet.

Please login to write comment.