Color Hex Logo

#bae4fd Color Hex

#BAE4FD
(186,228,253)
0 Favorites   0 Comments

Color spaces of #bae4fd

RGB 186228253
HSL0.560.940.86
HSV202°26°99°
CMYK 0.260.100.00   0.01
XYZ65.722773.0178103.5584
Yxy73.01780.27120.3014
Hunter Lab85.4505-12.2482-12.0389
CIE-Lab88.4562-8.0997-16.5883

#bae4fd color RGB value is (186,228,253).

#bae4fd hex color red value is 186, green value is 228 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bae4fd hue: 0.56 , saturation: 0.94 and the lightness value of bae4fd is 0.86.

The process color (four color CMYK) of #bae4fd color hex is 0.26, 0.10, 0.00, 0.01. Web safe color of #bae4fd is #ccccff. Color #bae4fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 11111101
Octal 272 344 375
Decimal 186 228 253
Hex BA E4 FD

RGB Percentages of Color #bae4fd

%27.89
%34.18
%37.93

CMYK Percentages of Color #bae4fd

%26
%10
%0
%1

Triadic Colors of #bae4fd

#bae4fd #fdbae4 #e4fdba

Analogous Colors of #bae4fd

#bae4fd #bac3fd #bafdf5

Monochromatic Colors of #bae4fd

#bae4fd

Complementary Color

#bae4fd #fdd3ba

#bae4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae4fd Color CSS Codes

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

#bae4fd Text Font Color

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

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


#bae4fd Background Color

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

This div background color is #bae4fd


#bae4fd Border Color

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

This div border color is #bae4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae4fd

#bae4fd Color Palettes


Comments

No comments written yet.

Please login to write comment.