Color Hex Logo

#bfdcb4 Color Hex

#BFDCB4
(191,220,180)
0 Favorites   0 Comments

Color spaces of #bfdcb4

RGB 191220180
HSL0.290.360.78
HSV104°18°86°
CMYK 0.130.000.18   0.14
XYZ55.317365.558152.9185
Yxy65.55810.31830.3772
Hunter Lab80.9680-19.742717.9272
CIE-Lab84.7705-16.899516.4964

#bfdcb4 color RGB value is (191,220,180).

#bfdcb4 hex color red value is 191, green value is 220 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #bfdcb4 hue: 0.29 , saturation: 0.36 and the lightness value of bfdcb4 is 0.78.

The process color (four color CMYK) of #bfdcb4 color hex is 0.13, 0.00, 0.18, 0.14. Web safe color of #bfdcb4 is #cccccc. Color #bfdcb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011100 10110100
Octal 277 334 264
Decimal 191 220 180
Hex BF DC B4

RGB Percentages of Color #bfdcb4

%32.32
%37.23
%30.46

CMYK Percentages of Color #bfdcb4

%13
%0
%18
%14

Triadic Colors of #bfdcb4

#bfdcb4 #b4bfdc #dcb4bf

Analogous Colors of #bfdcb4

#bfdcb4 #b4dcbd #d3dcb4

Monochromatic Colors of #bfdcb4

#bfdcb4

Complementary Color

#bfdcb4 #d1b4dc

#bfdcb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdcb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdcb4 Color CSS Codes

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

#bfdcb4 Text Font Color

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

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


#bfdcb4 Background Color

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

This div background color is #bfdcb4


#bfdcb4 Border Color

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

This div border color is #bfdcb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdcb4


Comments

No comments written yet.

Please login to write comment.