Color Hex Logo

#bdf5fc Color Hex

#BDF5FC
(189,245,252)
0 Favorites   0 Comments

Color spaces of #bdf5fc

RGB 189245252
HSL0.520.910.86
HSV187°25°99°
CMYK 0.250.030.00   0.01
XYZ71.209483.1519104.3923
Yxy83.15190.27520.3214
Hunter Lab91.1877-20.1859-4.0443
CIE-Lab93.0809-16.0573-9.1412

#bdf5fc color RGB value is (189,245,252).

#bdf5fc hex color red value is 189, green value is 245 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bdf5fc hue: 0.52 , saturation: 0.91 and the lightness value of bdf5fc is 0.86.

The process color (four color CMYK) of #bdf5fc color hex is 0.25, 0.03, 0.00, 0.01. Web safe color of #bdf5fc is #ccffff. Color #bdf5fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 11111100
Octal 275 365 374
Decimal 189 245 252
Hex BD F5 FC

RGB Percentages of Color #bdf5fc

%27.55
%35.71
%36.73

CMYK Percentages of Color #bdf5fc

%25
%3
%0
%1

Triadic Colors of #bdf5fc

#bdf5fc #fcbdf5 #f5fcbd

Analogous Colors of #bdf5fc

#bdf5fc #bdd6fc #bdfce4

Monochromatic Colors of #bdf5fc

#bdf5fc

Complementary Color

#bdf5fc #fcc4bd

#bdf5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf5fc Color CSS Codes

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

#bdf5fc Text Font Color

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

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


#bdf5fc Background Color

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

This div background color is #bdf5fc


#bdf5fc Border Color

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

This div border color is #bdf5fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,245,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 #bdf5fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf5fc

Related Colors


Comments

No comments written yet.

Please login to write comment.