Color Hex Logo

#bfddab Color Hex

#BFDDAB
(191,221,171)
0 Favorites   0 Comments

Color spaces of #bfddab

RGB 191221171
HSL0.270.420.77
HSV96°23°87°
CMYK 0.140.000.23   0.13
XYZ54.693065.729548.3325
Yxy65.72950.32410.3895
Hunter Lab81.0737-21.461521.4056
CIE-Lab84.8583-18.854121.3280

#bfddab color RGB value is (191,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011101 10101011
Octal 277 335 253
Decimal 191 221 171
Hex BF DD AB

RGB Percentages of Color #bfddab

%32.76
%37.91
%29.33

CMYK Percentages of Color #bfddab

%14
%0
%23
%13

Triadic Colors of #bfddab

#bfddab #abbfdd #ddabbf

Analogous Colors of #bfddab

#bfddab #abddb0 #d8ddab

Monochromatic Colors of #bfddab

#bfddab

Complementary Color

#bfddab #c9abdd

#bfddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfddab Color CSS Codes

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

#bfddab Text Font Color

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

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


#bfddab Background Color

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

This div background color is #bfddab


#bfddab Border Color

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

This div border color is #bfddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfddab


Comments

No comments written yet.

Please login to write comment.