Color Hex Logo

#dadfc3 Color Hex

#DADFC3
(218,223,195)
0 Favorites   0 Comments

Color spaces of #dadfc3

RGB 218223195
HSL0.200.300.82
HSV71°13°87°
CMYK 0.020.000.13   0.13
XYZ65.151471.620962.0201
Yxy71.62090.32770.3603
Hunter Lab84.6291-10.683515.7900
CIE-Lab87.7858-6.494813.1526

#dadfc3 color RGB value is (218,223,195).

#dadfc3 hex color red value is 218, green value is 223 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #dadfc3 hue: 0.20 , saturation: 0.30 and the lightness value of dadfc3 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 11000011
Octal 332 337 303
Decimal 218 223 195
Hex DA DF C3

RGB Percentages of Color #dadfc3

%34.28
%35.06
%30.66

CMYK Percentages of Color #dadfc3

%2
%0
%13
%13

Triadic Colors of #dadfc3

#dadfc3 #c3dadf #dfc3da

Analogous Colors of #dadfc3

#dadfc3 #ccdfc3 #dfd6c3

Monochromatic Colors of #dadfc3

#dadfc3

Complementary Color

#dadfc3 #c8c3df

#dadfc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadfc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadfc3 Color CSS Codes

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

#dadfc3 Text Font Color

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

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


#dadfc3 Background Color

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

This div background color is #dadfc3


#dadfc3 Border Color

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

This div border color is #dadfc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadfc3


Comments

No comments written yet.

Please login to write comment.