Color Hex Logo

#bfdafd Color Hex

#BFDAFD
(191,218,253)
0 Favorites   0 Comments

Color spaces of #bfdafd

RGB 191218253
HSL0.590.940.87
HSV214°25°99°
CMYK 0.250.140.00   0.01
XYZ64.286968.3110102.7256
Yxy68.31100.27320.2903
Hunter Lab82.6505-5.7981-15.8357
CIE-Lab86.1617-1.4531-20.0157

#bfdafd color RGB value is (191,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011010 11111101
Octal 277 332 375
Decimal 191 218 253
Hex BF DA FD

RGB Percentages of Color #bfdafd

%28.85
%32.93
%38.22

CMYK Percentages of Color #bfdafd

%25
%14
%0
%1

Triadic Colors of #bfdafd

#bfdafd #fdbfda #dafdbf

Analogous Colors of #bfdafd

#bfdafd #c3bffd #bff9fd

Monochromatic Colors of #bfdafd

#bfdafd

Complementary Color

#bfdafd #fde2bf

#bfdafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdafd Color CSS Codes

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

#bfdafd Text Font Color

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

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


#bfdafd Background Color

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

This div background color is #bfdafd


#bfdafd Border Color

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

This div border color is #bfdafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdafd

Related Colors


Comments

No comments written yet.

Please login to write comment.