Color Hex Logo

#bdf5fe Color Hex

#BDF5FE
(189,245,254)
0 Favorites   0 Comments

Color spaces of #bdf5fe

RGB 189245254
HSL0.520.970.87
HSV188°26°100°
CMYK 0.260.040.00   0.00
XYZ71.528183.2794106.0705
Yxy83.27940.27420.3192
Hunter Lab91.2575-19.7916-5.0337
CIE-Lab93.1366-15.6211-10.0963

#bdf5fe color RGB value is (189,245,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 11111110
Octal 275 365 376
Decimal 189 245 254
Hex BD F5 FE

RGB Percentages of Color #bdf5fe

%27.47
%35.61
%36.92

CMYK Percentages of Color #bdf5fe

%26
%4
%0
%0

Triadic Colors of #bdf5fe

#bdf5fe #febdf5 #f5febd

Analogous Colors of #bdf5fe

#bdf5fe #bdd5fe #bdfee7

Monochromatic Colors of #bdf5fe

#bdf5fe

Complementary Color

#bdf5fe #fec6bd

#bdf5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf5fe Color CSS Codes

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

#bdf5fe Text Font Color

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

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


#bdf5fe Background Color

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

This div background color is #bdf5fe


#bdf5fe Border Color

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

This div border color is #bdf5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf5fe


Comments

No comments written yet.

Please login to write comment.