Color Hex Logo

#dad5bf Color Hex

#DAD5BF
(218,213,191)
0 Favorites   0 Comments

Color spaces of #dad5bf

RGB 218213191
HSL0.140.270.80
HSV49°12°85°
CMYK 0.000.020.12   0.15
XYZ62.111766.255558.8052
Yxy66.25550.33180.3540
Hunter Lab81.3975-6.238214.1445
CIE-Lab85.1266-1.998411.4834

#dad5bf color RGB value is (218,213,191).

#dad5bf hex color red value is 218, green value is 213 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dad5bf hue: 0.14 , saturation: 0.27 and the lightness value of dad5bf is 0.80.

The process color (four color CMYK) of #dad5bf color hex is 0.00, 0.02, 0.12, 0.15. Web safe color of #dad5bf is #cccccc. Color #dad5bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010101 10111111
Octal 332 325 277
Decimal 218 213 191
Hex DA D5 BF

RGB Percentages of Color #dad5bf

%35.05
%34.24
%30.71

CMYK Percentages of Color #dad5bf

%0
%2
%12
%15

Triadic Colors of #dad5bf

#dad5bf #bfdad5 #d5bfda

Analogous Colors of #dad5bf

#dad5bf #d2dabf #dac8bf

Monochromatic Colors of #dad5bf

#dad5bf

Complementary Color

#dad5bf #bfc4da

#dad5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad5bf Color CSS Codes

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

#dad5bf Text Font Color

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

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


#dad5bf Background Color

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

This div background color is #dad5bf


#dad5bf Border Color

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

This div border color is #dad5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad5bf


Comments

No comments written yet.

Please login to write comment.