Color Hex Logo

#bfdbed Color Hex

#BFDBED
(191,219,237)
0 Favorites   0 Comments

Color spaces of #bfdbed

RGB 191219237
HSL0.570.560.84
HSV203°19°93°
CMYK 0.190.080.00   0.07
XYZ62.103467.853889.9447
Yxy67.85380.28240.3086
Hunter Lab82.3734-9.5778-7.0782
CIE-Lab85.9333-5.4949-11.9116

#bfdbed color RGB value is (191,219,237).

#bfdbed hex color red value is 191, green value is 219 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bfdbed hue: 0.57 , saturation: 0.56 and the lightness value of bfdbed is 0.84.

The process color (four color CMYK) of #bfdbed color hex is 0.19, 0.08, 0.00, 0.07. Web safe color of #bfdbed is #ccccff. Color #bfdbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011011 11101101
Octal 277 333 355
Decimal 191 219 237
Hex BF DB ED

RGB Percentages of Color #bfdbed

%29.52
%33.85
%36.63

CMYK Percentages of Color #bfdbed

%19
%8
%0
%7

Triadic Colors of #bfdbed

#bfdbed #edbfdb #dbedbf

Analogous Colors of #bfdbed

#bfdbed #bfc4ed #bfede8

Monochromatic Colors of #bfdbed

#bfdbed

Complementary Color

#bfdbed #edd1bf

#bfdbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdbed Color CSS Codes

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

#bfdbed Text Font Color

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

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


#bfdbed Background Color

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

This div background color is #bfdbed


#bfdbed Border Color

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

This div border color is #bfdbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdbed


Comments

No comments written yet.

Please login to write comment.