Color Hex Logo

#bdf4ff Color Hex

#BDF4FF
(189,244,255)
0 Favorites   0 Comments

Color spaces of #bdf4ff

RGB 189244255
HSL0.531.000.87
HSV190°26°100°
CMYK 0.260.040.00   0.00
XYZ71.386982.7402106.8157
Yxy82.74020.27360.3171
Hunter Lab90.9616-19.0957-5.9507
CIE-Lab92.9006-14.9031-10.9665

#bdf4ff color RGB value is (189,244,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110100 11111111
Octal 275 364 377
Decimal 189 244 255
Hex BD F4 FF

RGB Percentages of Color #bdf4ff

%27.47
%35.47
%37.06

CMYK Percentages of Color #bdf4ff

%26
%4
%0
%0

Triadic Colors of #bdf4ff

#bdf4ff #ffbdf4 #f4ffbd

Analogous Colors of #bdf4ff

#bdf4ff #bdd3ff #bdffe9

Monochromatic Colors of #bdf4ff

#bdf4ff

Complementary Color

#bdf4ff #ffc8bd

#bdf4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf4ff Color CSS Codes

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

#bdf4ff Text Font Color

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

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


#bdf4ff Background Color

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

This div background color is #bdf4ff


#bdf4ff Border Color

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

This div border color is #bdf4ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,244,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf4ff

Related Colors


Comments

No comments written yet.

Please login to write comment.