Color Hex Logo

#bdf4fd Color Hex

#BDF4FD
(189,244,253)
0 Favorites   0 Comments

Color spaces of #bdf4fd

RGB 189244253
HSL0.520.940.87
HSV188°25°99°
CMYK 0.250.040.00   0.01
XYZ71.066682.6120105.1286
Yxy82.61200.27460.3192
Hunter Lab90.8911-19.4927-4.9536
CIE-Lab92.8443-15.3413-10.0117

#bdf4fd color RGB value is (189,244,253).

#bdf4fd hex color red value is 189, green value is 244 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bdf4fd hue: 0.52 , saturation: 0.94 and the lightness value of bdf4fd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110100 11111101
Octal 275 364 375
Decimal 189 244 253
Hex BD F4 FD

RGB Percentages of Color #bdf4fd

%27.55
%35.57
%36.88

CMYK Percentages of Color #bdf4fd

%25
%4
%0
%1

Triadic Colors of #bdf4fd

#bdf4fd #fdbdf4 #f4fdbd

Analogous Colors of #bdf4fd

#bdf4fd #bdd4fd #bdfde6

Monochromatic Colors of #bdf4fd

#bdf4fd

Complementary Color

#bdf4fd #fdc6bd

#bdf4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf4fd Color CSS Codes

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

#bdf4fd Text Font Color

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

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


#bdf4fd Background Color

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

This div background color is #bdf4fd


#bdf4fd Border Color

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

This div border color is #bdf4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf4fd


Comments

No comments written yet.

Please login to write comment.