Color Hex Logo

#baedfc Color Hex

#BAEDFC
(186,237,252)
0 Favorites   0 Comments

Color spaces of #baedfc

RGB 186237252
HSL0.540.920.86
HSV194°26°99°
CMYK 0.260.060.00   0.01
XYZ68.104678.0358103.5684
Yxy78.03580.27270.3125
Hunter Lab88.3379-16.9757-7.6758
CIE-Lab90.7962-12.9080-12.5601

#baedfc color RGB value is (186,237,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 11111100
Octal 272 355 374
Decimal 186 237 252
Hex BA ED FC

RGB Percentages of Color #baedfc

%27.56
%35.11
%37.33

CMYK Percentages of Color #baedfc

%26
%6
%0
%1

Triadic Colors of #baedfc

#baedfc #fcbaed #edfcba

Analogous Colors of #baedfc

#baedfc #baccfc #bafcea

Monochromatic Colors of #baedfc

#baedfc

Complementary Color

#baedfc #fcc9ba

#baedfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baedfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baedfc Color CSS Codes

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

#baedfc Text Font Color

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

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


#baedfc Background Color

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

This div background color is #baedfc


#baedfc Border Color

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

This div border color is #baedfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baedfc


Comments

No comments written yet.

Please login to write comment.