Color Hex Logo

#bfdaee Color Hex

#BFDAEE
(191,218,238)
0 Favorites   0 Comments

Color spaces of #bfdaee

RGB 191218238
HSL0.570.580.84
HSV206°20°93°
CMYK 0.200.080.00   0.07
XYZ61.989967.392290.6297
Yxy67.39220.28180.3063
Hunter Lab82.0928-8.8734-7.9907
CIE-Lab85.7016-4.7608-12.7862

#bfdaee color RGB value is (191,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011010 11101110
Octal 277 332 356
Decimal 191 218 238
Hex BF DA EE

RGB Percentages of Color #bfdaee

%29.52
%33.69
%36.79

CMYK Percentages of Color #bfdaee

%20
%8
%0
%7

Triadic Colors of #bfdaee

#bfdaee #eebfda #daeebf

Analogous Colors of #bfdaee

#bfdaee #bfc3ee #bfeeeb

Monochromatic Colors of #bfdaee

#bfdaee

Complementary Color

#bfdaee #eed3bf

#bfdaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdaee Color CSS Codes

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

#bfdaee Text Font Color

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

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


#bfdaee Background Color

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

This div background color is #bfdaee


#bfdaee Border Color

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

This div border color is #bfdaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdaee


Comments

No comments written yet.

Please login to write comment.