Color Hex Logo

#bfdefd Color Hex

#BFDEFD
(191,222,253)
0 Favorites   0 Comments

Color spaces of #bfdefd

RGB 191222253
HSL0.580.940.87
HSV210°25°99°
CMYK 0.250.120.00   0.01
XYZ65.336870.4108103.0755
Yxy70.41080.27360.2948
Hunter Lab83.9111-7.8568-14.0934
CIE-Lab87.1980-3.5433-18.4515

#bfdefd color RGB value is (191,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011110 11111101
Octal 277 336 375
Decimal 191 222 253
Hex BF DE FD

RGB Percentages of Color #bfdefd

%28.68
%33.33
%37.99

CMYK Percentages of Color #bfdefd

%25
%12
%0
%1

Triadic Colors of #bfdefd

#bfdefd #fdbfde #defdbf

Analogous Colors of #bfdefd

#bfdefd #bfbffd #bffdfd

Monochromatic Colors of #bfdefd

#bfdefd

Complementary Color

#bfdefd #fddebf

#bfdefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdefd Color CSS Codes

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

#bfdefd Text Font Color

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

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


#bfdefd Background Color

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

This div background color is #bfdefd


#bfdefd Border Color

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

This div border color is #bfdefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdefd

Related Colors


Comments

No comments written yet.

Please login to write comment.