Color Hex Logo

#bfe6dc Color Hex

#BFE6DC
(191,230,220)
0 Favorites   0 Comments

Color spaces of #bfe6dc

RGB 191230220
HSL0.460.440.83
HSV165°17°90°
CMYK 0.170.000.04   0.10
XYZ62.700972.837378.4645
Yxy72.83730.29300.3404
Hunter Lab85.3448-18.21345.2311
CIE-Lab88.3701-14.61130.6398

#bfe6dc color RGB value is (191,230,220).

#bfe6dc hex color red value is 191, green value is 230 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bfe6dc hue: 0.46 , saturation: 0.44 and the lightness value of bfe6dc is 0.83.

The process color (four color CMYK) of #bfe6dc color hex is 0.17, 0.00, 0.04, 0.10. Web safe color of #bfe6dc is #ccffcc. Color #bfe6dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100110 11011100
Octal 277 346 334
Decimal 191 230 220
Hex BF E6 DC

RGB Percentages of Color #bfe6dc

%29.80
%35.88
%34.32

CMYK Percentages of Color #bfe6dc

%17
%0
%4
%10

Triadic Colors of #bfe6dc

#bfe6dc #dcbfe6 #e6dcbf

Analogous Colors of #bfe6dc

#bfe6dc #bfdde6 #bfe6c9

Monochromatic Colors of #bfe6dc

#bfe6dc

Complementary Color

#bfe6dc #e6bfc9

#bfe6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe6dc Color CSS Codes

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

#bfe6dc Text Font Color

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

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


#bfe6dc Background Color

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

This div background color is #bfe6dc


#bfe6dc Border Color

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

This div border color is #bfe6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe6dc


Comments

No comments written yet.

Please login to write comment.