Color Hex Logo

#dafdbd Color Hex

#DAFDBD
(218,253,189)
0 Favorites   0 Comments

Color spaces of #dafdbd

RGB 218253189
HSL0.260.940.87
HSV93°25°99°
CMYK 0.140.000.25   0.01
XYZ73.224088.830161.4307
Yxy88.83010.32760.3975
Hunter Lab94.2497-26.257727.3304
CIE-Lab95.5094-22.282126.9960

#dafdbd color RGB value is (218,253,189).

#dafdbd hex color red value is 218, green value is 253 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dafdbd hue: 0.26 , saturation: 0.94 and the lightness value of dafdbd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 10111101
Octal 332 375 275
Decimal 218 253 189
Hex DA FD BD

RGB Percentages of Color #dafdbd

%33.03
%38.33
%28.64

CMYK Percentages of Color #dafdbd

%14
%0
%25
%1

Triadic Colors of #dafdbd

#dafdbd #bddafd #fdbdda

Analogous Colors of #dafdbd

#dafdbd #bdfdc0 #fafdbd

Monochromatic Colors of #dafdbd

#dafdbd

Complementary Color

#dafdbd #e0bdfd

#dafdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafdbd Color CSS Codes

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

#dafdbd Text Font Color

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

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


#dafdbd Background Color

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

This div background color is #dafdbd


#dafdbd Border Color

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

This div border color is #dafdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafdbd


Comments

No comments written yet.

Please login to write comment.