Color Hex Logo

#bfe1fd Color Hex

#BFE1FD
(191,225,253)
1 Favorites   0 Comments

Color spaces of #bfe1fd

RGB 191225253
HSL0.580.940.87
HSV207°25°99°
CMYK 0.250.110.00   0.01
XYZ66.140772.0186103.3435
Yxy72.01860.27390.2982
Hunter Lab84.8638-9.3932-12.7962
CIE-Lab87.9775-5.1011-17.2775

#bfe1fd color RGB value is (191,225,253).

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

The process color (four color CMYK) of #bfe1fd color hex is 0.25, 0.11, 0.00, 0.01. Web safe color of #bfe1fd is #ccccff. Color #bfe1fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 11111101
Octal 277 341 375
Decimal 191 225 253
Hex BF E1 FD

RGB Percentages of Color #bfe1fd

%28.55
%33.63
%37.82

CMYK Percentages of Color #bfe1fd

%25
%11
%0
%1

Triadic Colors of #bfe1fd

#bfe1fd #fdbfe1 #e1fdbf

Analogous Colors of #bfe1fd

#bfe1fd #bfc2fd #bffdfa

Monochromatic Colors of #bfe1fd

#bfe1fd

Complementary Color

#bfe1fd #fddbbf

#bfe1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe1fd Color CSS Codes

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

#bfe1fd Text Font Color

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

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


#bfe1fd Background Color

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

This div background color is #bfe1fd


#bfe1fd Border Color

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

This div border color is #bfe1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe1fd


Comments

No comments written yet.

Please login to write comment.