Color Hex Logo

#bfdfea Color Hex

#BFDFEA
(191,223,234)
0 Favorites   0 Comments

Color spaces of #bfdfea

RGB 191223234
HSL0.540.510.83
HSV195°18°92°
CMYK 0.180.050.00   0.08
XYZ62.724869.792288.0072
Yxy69.79220.28440.3165
Hunter Lab83.5417-12.1766-3.9800
CIE-Lab86.8948-8.1973-8.8965

#bfdfea color RGB value is (191,223,234).

#bfdfea hex color red value is 191, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bfdfea hue: 0.54 , saturation: 0.51 and the lightness value of bfdfea is 0.83.

The process color (four color CMYK) of #bfdfea color hex is 0.18, 0.05, 0.00, 0.08. Web safe color of #bfdfea is #ccccff. Color #bfdfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011111 11101010
Octal 277 337 352
Decimal 191 223 234
Hex BF DF EA

RGB Percentages of Color #bfdfea

%29.48
%34.41
%36.11

CMYK Percentages of Color #bfdfea

%18
%5
%0
%8

Triadic Colors of #bfdfea

#bfdfea #eabfdf #dfeabf

Analogous Colors of #bfdfea

#bfdfea #bfcaea #bfeae0

Monochromatic Colors of #bfdfea

#bfdfea

Complementary Color

#bfdfea #eacabf

#bfdfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdfea Color CSS Codes

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

#bfdfea Text Font Color

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

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


#bfdfea Background Color

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

This div background color is #bfdfea


#bfdfea Border Color

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

This div border color is #bfdfea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,223,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdfea


Comments

No comments written yet.

Please login to write comment.