Color Hex Logo

#bfdeaf Color Hex

#BFDEAF
(191,222,175)
0 Favorites   0 Comments

Color spaces of #bfdeaf

RGB 191222175
HSL0.280.420.78
HSV100°21°87°
CMYK 0.140.000.21   0.13
XYZ55.345066.414150.4596
Yxy66.41410.32140.3856
Hunter Lab81.4948-21.392620.3355
CIE-Lab85.2072-18.712119.7236

#bfdeaf color RGB value is (191,222,175).

#bfdeaf hex color red value is 191, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bfdeaf hue: 0.28 , saturation: 0.42 and the lightness value of bfdeaf is 0.78.

The process color (four color CMYK) of #bfdeaf color hex is 0.14, 0.00, 0.21, 0.13. Web safe color of #bfdeaf is #cccc99. Color #bfdeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011110 10101111
Octal 277 336 257
Decimal 191 222 175
Hex BF DE AF

RGB Percentages of Color #bfdeaf

%32.48
%37.76
%29.76

CMYK Percentages of Color #bfdeaf

%14
%0
%21
%13

Triadic Colors of #bfdeaf

#bfdeaf #afbfde #deafbf

Analogous Colors of #bfdeaf

#bfdeaf #afdeb7 #d7deaf

Monochromatic Colors of #bfdeaf

#bfdeaf

Complementary Color

#bfdeaf #ceafde

#bfdeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdeaf Color CSS Codes

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

#bfdeaf Text Font Color

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

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


#bfdeaf Background Color

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

This div background color is #bfdeaf


#bfdeaf Border Color

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

This div border color is #bfdeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdeaf


Comments

No comments written yet.

Please login to write comment.