Color Hex Logo

#dad5cb Color Hex

#DAD5CB
(218,213,203)
0 Favorites   0 Comments

Color spaces of #dad5cb

RGB 218213203
HSL0.110.170.83
HSV40°85°
CMYK 0.000.020.07   0.15
XYZ63.487266.805766.0486
Yxy66.80570.32340.3403
Hunter Lab81.7348-4.38659.3030
CIE-Lab85.4057-0.02215.5345

#dad5cb color RGB value is (218,213,203).

#dad5cb hex color red value is 218, green value is 213 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dad5cb hue: 0.11 , saturation: 0.17 and the lightness value of dad5cb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010101 11001011
Octal 332 325 313
Decimal 218 213 203
Hex DA D5 CB

RGB Percentages of Color #dad5cb

%34.38
%33.60
%32.02

CMYK Percentages of Color #dad5cb

%0
%2
%7
%15

Triadic Colors of #dad5cb

#dad5cb #cbdad5 #d5cbda

Analogous Colors of #dad5cb

#dad5cb #d8dacb #dacecb

Monochromatic Colors of #dad5cb

#dad5cb

Complementary Color

#dad5cb #cbd0da

#dad5cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad5cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad5cb Color CSS Codes

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

#dad5cb Text Font Color

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

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


#dad5cb Background Color

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

This div background color is #dad5cb


#dad5cb Border Color

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

This div border color is #dad5cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad5cb


Comments

No comments written yet.

Please login to write comment.