Color Hex Logo

#dafdb4 Color Hex

#DAFDB4
(218,253,180)
0 Favorites   0 Comments

Color spaces of #dafdb4

RGB 218253180
HSL0.250.950.85
HSV89°29°99°
CMYK 0.140.000.29   0.01
XYZ72.276988.451356.4434
Yxy88.45130.33280.4073
Hunter Lab94.0486-27.406630.2510
CIE-Lab95.3506-23.582731.3214

#dafdb4 color RGB value is (218,253,180).

#dafdb4 hex color red value is 218, green value is 253 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #dafdb4 hue: 0.25 , saturation: 0.95 and the lightness value of dafdb4 is 0.85.

The process color (four color CMYK) of #dafdb4 color hex is 0.14, 0.00, 0.29, 0.01. Web safe color of #dafdb4 is #ccffcc. Color #dafdb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 10110100
Octal 332 375 264
Decimal 218 253 180
Hex DA FD B4

RGB Percentages of Color #dafdb4

%33.49
%38.86
%27.65

CMYK Percentages of Color #dafdb4

%14
%0
%29
%1

Triadic Colors of #dafdb4

#dafdb4 #b4dafd #fdb4da

Analogous Colors of #dafdb4

#dafdb4 #b6fdb4 #fdfcb4

Monochromatic Colors of #dafdb4

#dafdb4

Complementary Color

#dafdb4 #d7b4fd

#dafdb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafdb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafdb4 Color CSS Codes

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

#dafdb4 Text Font Color

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

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


#dafdb4 Background Color

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

This div background color is #dafdb4


#dafdb4 Border Color

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

This div border color is #dafdb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafdb4

Related Colors


Comments

No comments written yet.

Please login to write comment.