Color Hex Logo

#dafdb3 Color Hex

#DAFDB3
(218,253,179)
0 Favorites   0 Comments

Color spaces of #dafdb3

RGB 218253179
HSL0.250.950.85
HSV88°29°99°
CMYK 0.140.000.29   0.01
XYZ72.175488.410755.9087
Yxy88.41070.33340.4084
Hunter Lab94.0270-27.530030.5649
CIE-Lab95.3336-23.723031.8010

#dafdb3 color RGB value is (218,253,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 10110011
Octal 332 375 263
Decimal 218 253 179
Hex DA FD B3

RGB Percentages of Color #dafdb3

%33.54
%38.92
%27.54

CMYK Percentages of Color #dafdb3

%14
%0
%29
%1

Triadic Colors of #dafdb3

#dafdb3 #b3dafd #fdb3da

Analogous Colors of #dafdb3

#dafdb3 #b5fdb3 #fdfbb3

Monochromatic Colors of #dafdb3

#dafdb3

Complementary Color

#dafdb3 #d6b3fd

#dafdb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafdb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafdb3 Color CSS Codes

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

#dafdb3 Text Font Color

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

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


#dafdb3 Background Color

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

This div background color is #dafdb3


#dafdb3 Border Color

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

This div border color is #dafdb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafdb3


Comments

No comments written yet.

Please login to write comment.