Color Hex Logo

#bfdcf5 Color Hex

#BFDCF5
(191,220,245)
0 Favorites   0 Comments

Color spaces of #bfdcf5

RGB 191220245
HSL0.580.730.85
HSV208°22°96°
CMYK 0.220.100.00   0.04
XYZ63.560568.855396.3266
Yxy68.85530.27790.3010
Hunter Lab82.9791-8.4856-10.7417
CIE-Lab86.4323-4.2790-15.3884

#bfdcf5 color RGB value is (191,220,245).

#bfdcf5 hex color red value is 191, green value is 220 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #bfdcf5 hue: 0.58 , saturation: 0.73 and the lightness value of bfdcf5 is 0.85.

The process color (four color CMYK) of #bfdcf5 color hex is 0.22, 0.10, 0.00, 0.04. Web safe color of #bfdcf5 is #ccccff. Color #bfdcf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011100 11110101
Octal 277 334 365
Decimal 191 220 245
Hex BF DC F5

RGB Percentages of Color #bfdcf5

%29.12
%33.54
%37.35

CMYK Percentages of Color #bfdcf5

%22
%10
%0
%4

Triadic Colors of #bfdcf5

#bfdcf5 #f5bfdc #dcf5bf

Analogous Colors of #bfdcf5

#bfdcf5 #bfc1f5 #bff5f3

Monochromatic Colors of #bfdcf5

#bfdcf5

Complementary Color

#bfdcf5 #f5d8bf

#bfdcf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdcf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdcf5 Color CSS Codes

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

#bfdcf5 Text Font Color

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

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


#bfdcf5 Background Color

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

This div background color is #bfdcf5


#bfdcf5 Border Color

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

This div border color is #bfdcf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdcf5


Comments

No comments written yet.

Please login to write comment.