Color Hex Logo

#bfdcad Color Hex

#BFDCAD
(191,220,173)
0 Favorites   0 Comments

Color spaces of #bfdcad

RGB 191220173
HSL0.270.400.77
HSV97°21°86°
CMYK 0.130.000.21   0.14
XYZ54.621965.279949.2566
Yxy65.27990.32290.3859
Hunter Lab80.7960-20.718520.4115
CIE-Lab84.6278-18.040919.9644

#bfdcad color RGB value is (191,220,173).

#bfdcad hex color red value is 191, green value is 220 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bfdcad hue: 0.27 , saturation: 0.40 and the lightness value of bfdcad is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011100 10101101
Octal 277 334 255
Decimal 191 220 173
Hex BF DC AD

RGB Percentages of Color #bfdcad

%32.71
%37.67
%29.62

CMYK Percentages of Color #bfdcad

%13
%0
%21
%14

Triadic Colors of #bfdcad

#bfdcad #adbfdc #dcadbf

Analogous Colors of #bfdcad

#bfdcad #addcb3 #d7dcad

Monochromatic Colors of #bfdcad

#bfdcad

Complementary Color

#bfdcad #caaddc

#bfdcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdcad Color CSS Codes

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

#bfdcad Text Font Color

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

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


#bfdcad Background Color

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

This div background color is #bfdcad


#bfdcad Border Color

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

This div border color is #bfdcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdcad

#bfdcad Color Palettes


Comments

No comments written yet.

Please login to write comment.