Color Hex Logo

#bfdef0 Color Hex

#BFDEF0
(191,222,240)
0 Favorites   0 Comments

Color spaces of #bfdef0

RGB 191222240
HSL0.560.620.85
HSV202°20°94°
CMYK 0.200.080.00   0.06
XYZ63.335369.610292.5361
Yxy69.61020.28090.3087
Hunter Lab83.4327-10.5047-7.3562
CIE-Lab86.8053-6.4037-12.1932

#bfdef0 color RGB value is (191,222,240).

#bfdef0 hex color red value is 191, green value is 222 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #bfdef0 hue: 0.56 , saturation: 0.62 and the lightness value of bfdef0 is 0.85.

The process color (four color CMYK) of #bfdef0 color hex is 0.20, 0.08, 0.00, 0.06. Web safe color of #bfdef0 is #ccccff. Color #bfdef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011110 11110000
Octal 277 336 360
Decimal 191 222 240
Hex BF DE F0

RGB Percentages of Color #bfdef0

%29.25
%34.00
%36.75

CMYK Percentages of Color #bfdef0

%20
%8
%0
%6

Triadic Colors of #bfdef0

#bfdef0 #f0bfde #def0bf

Analogous Colors of #bfdef0

#bfdef0 #bfc6f0 #bff0ea

Monochromatic Colors of #bfdef0

#bfdef0

Complementary Color

#bfdef0 #f0d1bf

#bfdef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdef0 Color CSS Codes

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

#bfdef0 Text Font Color

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

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


#bfdef0 Background Color

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

This div background color is #bfdef0


#bfdef0 Border Color

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

This div border color is #bfdef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdef0


Comments

No comments written yet.

Please login to write comment.