Color Hex Logo

#bfefd9 Color Hex

#BFEFD9
(191,239,217)
0 Favorites   0 Comments

Color spaces of #bfefd9

RGB 191239217
HSL0.420.600.84
HSV153°20°94°
CMYK 0.200.000.09   0.06
XYZ64.876777.819177.2469
Yxy77.81910.29500.3538
Hunter Lab88.2151-23.10099.8324
CIE-Lab90.6973-19.66495.5846

#bfefd9 color RGB value is (191,239,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101111 11011001
Octal 277 357 331
Decimal 191 239 217
Hex BF EF D9

RGB Percentages of Color #bfefd9

%29.52
%36.94
%33.54

CMYK Percentages of Color #bfefd9

%20
%0
%9
%6

Triadic Colors of #bfefd9

#bfefd9 #d9bfef #efd9bf

Analogous Colors of #bfefd9

#bfefd9 #bfedef #bfefc1

Monochromatic Colors of #bfefd9

#bfefd9

Complementary Color

#bfefd9 #efbfd5

#bfefd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfefd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfefd9 Color CSS Codes

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

#bfefd9 Text Font Color

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

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


#bfefd9 Background Color

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

This div background color is #bfefd9


#bfefd9 Border Color

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

This div border color is #bfefd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfefd9


Comments

No comments written yet.

Please login to write comment.