Color Hex Logo

#bfefdc Color Hex

#BFEFDC
(191,239,220)
0 Favorites   0 Comments

Color spaces of #bfefdc

RGB 191239220
HSL0.430.600.84
HSV156°20°94°
CMYK 0.200.000.08   0.06
XYZ65.270677.976779.3210
Yxy77.97670.29330.3503
Hunter Lab88.3044-22.59378.5548
CIE-Lab90.7693-19.08604.1263

#bfefdc color RGB value is (191,239,220).

#bfefdc hex color red value is 191, green value is 239 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bfefdc hue: 0.43 , saturation: 0.60 and the lightness value of bfefdc is 0.84.

The process color (four color CMYK) of #bfefdc color hex is 0.20, 0.00, 0.08, 0.06. Web safe color of #bfefdc is #ccffcc. Color #bfefdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101111 11011100
Octal 277 357 334
Decimal 191 239 220
Hex BF EF DC

RGB Percentages of Color #bfefdc

%29.38
%36.77
%33.85

CMYK Percentages of Color #bfefdc

%20
%0
%8
%6

Triadic Colors of #bfefdc

#bfefdc #dcbfef #efdcbf

Analogous Colors of #bfefdc

#bfefdc #bfeaef #bfefc4

Monochromatic Colors of #bfefdc

#bfefdc

Complementary Color

#bfefdc #efbfd2

#bfefdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfefdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfefdc Color CSS Codes

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

#bfefdc Text Font Color

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

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


#bfefdc Background Color

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

This div background color is #bfefdc


#bfefdc Border Color

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

This div border color is #bfefdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,239,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 #bfefdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfefdc


Comments

No comments written yet.

Please login to write comment.