Color Hex Logo

#dadfc0 Color Hex

#DADFC0
(218,223,192)
0 Favorites   0 Comments

Color spaces of #dadfc0

RGB 218223192
HSL0.190.330.81
HSV70°14°87°
CMYK 0.020.000.14   0.13
XYZ64.815571.486560.2513
Yxy71.48650.32980.3637
Hunter Lab84.5497-11.124516.9339
CIE-Lab87.7208-6.973814.6319

#dadfc0 color RGB value is (218,223,192).

#dadfc0 hex color red value is 218, green value is 223 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #dadfc0 hue: 0.19 , saturation: 0.33 and the lightness value of dadfc0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 11000000
Octal 332 337 300
Decimal 218 223 192
Hex DA DF C0

RGB Percentages of Color #dadfc0

%34.44
%35.23
%30.33

CMYK Percentages of Color #dadfc0

%2
%0
%14
%13

Triadic Colors of #dadfc0

#dadfc0 #c0dadf #dfc0da

Analogous Colors of #dadfc0

#dadfc0 #cbdfc0 #dfd5c0

Monochromatic Colors of #dadfc0

#dadfc0

Complementary Color

#dadfc0 #c5c0df

#dadfc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadfc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadfc0 Color CSS Codes

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

#dadfc0 Text Font Color

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

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


#dadfc0 Background Color

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

This div background color is #dadfc0


#dadfc0 Border Color

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

This div border color is #dadfc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadfc0


Comments

No comments written yet.

Please login to write comment.