Color Hex Logo

#baedfa Color Hex

#BAEDFA
(186,237,250)
0 Favorites   0 Comments

Color spaces of #baedfa

RGB 186237250
HSL0.530.860.85
HSV192°26°98°
CMYK 0.260.050.00   0.02
XYZ67.789277.9096101.9077
Yxy77.90960.27380.3147
Hunter Lab88.2664-17.3770-6.6666
CIE-Lab90.7386-13.3514-11.6025

#baedfa color RGB value is (186,237,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 11111010
Octal 272 355 372
Decimal 186 237 250
Hex BA ED FA

RGB Percentages of Color #baedfa

%27.64
%35.22
%37.15

CMYK Percentages of Color #baedfa

%26
%5
%0
%2

Triadic Colors of #baedfa

#baedfa #fabaed #edfaba

Analogous Colors of #baedfa

#baedfa #bacdfa #bafae7

Monochromatic Colors of #baedfa

#baedfa

Complementary Color

#baedfa #fac7ba

#baedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#baedfa Color CSS Codes

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

#baedfa Text Font Color

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

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


#baedfa Background Color

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

This div background color is #baedfa


#baedfa Border Color

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

This div border color is #baedfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baedfa

Related Colors


Comments

No comments written yet.

Please login to write comment.