Color Hex Logo

#bfdae9 Color Hex

#BFDAE9
(191,218,233)
0 Favorites   0 Comments

Color spaces of #bfdae9

RGB 191218233
HSL0.560.490.83
HSV201°18°91°
CMYK 0.180.060.00   0.09
XYZ61.265267.102486.8138
Yxy67.10240.28470.3118
Hunter Lab81.9161-9.8525-5.4937
CIE-Lab85.5556-5.8279-10.3595

#bfdae9 color RGB value is (191,218,233).

#bfdae9 hex color red value is 191, green value is 218 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #bfdae9 hue: 0.56 , saturation: 0.49 and the lightness value of bfdae9 is 0.83.

The process color (four color CMYK) of #bfdae9 color hex is 0.18, 0.06, 0.00, 0.09. Web safe color of #bfdae9 is #ccccff. Color #bfdae9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011010 11101001
Octal 277 332 351
Decimal 191 218 233
Hex BF DA E9

RGB Percentages of Color #bfdae9

%29.75
%33.96
%36.29

CMYK Percentages of Color #bfdae9

%18
%6
%0
%9

Triadic Colors of #bfdae9

#bfdae9 #e9bfda #dae9bf

Analogous Colors of #bfdae9

#bfdae9 #bfc5e9 #bfe9e3

Monochromatic Colors of #bfdae9

#bfdae9

Complementary Color

#bfdae9 #e9cebf

#bfdae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdae9 Color CSS Codes

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

#bfdae9 Text Font Color

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

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


#bfdae9 Background Color

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

This div background color is #bfdae9


#bfdae9 Border Color

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

This div border color is #bfdae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdae9


Comments

No comments written yet.

Please login to write comment.