Color Hex Logo

#bdf4fb Color Hex

#BDF4FB
(189,244,251)
0 Favorites   0 Comments

Color spaces of #bdf4fb

RGB 189244251
HSL0.520.890.86
HSV187°25°98°
CMYK 0.250.030.00   0.02
XYZ70.749582.4852103.4591
Yxy82.48520.27560.3213
Hunter Lab90.8214-19.8866-3.9652
CIE-Lab92.7886-15.7771-9.0558

#bdf4fb color RGB value is (189,244,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110100 11111011
Octal 275 364 373
Decimal 189 244 251
Hex BD F4 FB

RGB Percentages of Color #bdf4fb

%27.63
%35.67
%36.70

CMYK Percentages of Color #bdf4fb

%25
%3
%0
%2

Triadic Colors of #bdf4fb

#bdf4fb #fbbdf4 #f4fbbd

Analogous Colors of #bdf4fb

#bdf4fb #bdd5fb #bdfbe3

Monochromatic Colors of #bdf4fb

#bdf4fb

Complementary Color

#bdf4fb #fbc4bd

#bdf4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf4fb Color CSS Codes

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

#bdf4fb Text Font Color

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

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


#bdf4fb Background Color

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

This div background color is #bdf4fb


#bdf4fb Border Color

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

This div border color is #bdf4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf4fb


Comments

No comments written yet.

Please login to write comment.