Color Hex Logo

#bfdce1 Color Hex

#BFDCE1
(191,220,225)
0 Favorites   0 Comments

Color spaces of #bfdce1

RGB 191220225
HSL0.520.360.82
HSV189°15°88°
CMYK 0.150.020.00   0.12
XYZ60.669767.699081.1037
Yxy67.69900.28960.3232
Hunter Lab82.2794-12.3698-0.8472
CIE-Lab85.8557-8.5253-5.6835

#bfdce1 color RGB value is (191,220,225).

#bfdce1 hex color red value is 191, green value is 220 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bfdce1 hue: 0.52 , saturation: 0.36 and the lightness value of bfdce1 is 0.82.

The process color (four color CMYK) of #bfdce1 color hex is 0.15, 0.02, 0.00, 0.12. Web safe color of #bfdce1 is #cccccc. Color #bfdce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011100 11100001
Octal 277 334 341
Decimal 191 220 225
Hex BF DC E1

RGB Percentages of Color #bfdce1

%30.03
%34.59
%35.38

CMYK Percentages of Color #bfdce1

%15
%2
%0
%12

Triadic Colors of #bfdce1

#bfdce1 #e1bfdc #dce1bf

Analogous Colors of #bfdce1

#bfdce1 #bfcbe1 #bfe1d5

Monochromatic Colors of #bfdce1

#bfdce1

Complementary Color

#bfdce1 #e1c4bf

#bfdce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdce1 Color CSS Codes

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

#bfdce1 Text Font Color

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

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


#bfdce1 Background Color

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

This div background color is #bfdce1


#bfdce1 Border Color

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

This div border color is #bfdce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdce1


Comments

No comments written yet.

Please login to write comment.