Color Hex Logo

#dafdbe Color Hex

#DAFDBE
(218,253,190)
0 Favorites   0 Comments

Color spaces of #dafdbe

RGB 218253190
HSL0.260.940.87
HSV93°25°99°
CMYK 0.140.000.25   0.01
XYZ73.333088.873762.0045
Yxy88.87370.32710.3964
Hunter Lab94.2728-26.125826.9952
CIE-Lab95.5276-22.133426.5145

#dafdbe color RGB value is (218,253,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 10111110
Octal 332 375 276
Decimal 218 253 190
Hex DA FD BE

RGB Percentages of Color #dafdbe

%32.98
%38.28
%28.74

CMYK Percentages of Color #dafdbe

%14
%0
%25
%1

Triadic Colors of #dafdbe

#dafdbe #bedafd #fdbeda

Analogous Colors of #dafdbe

#dafdbe #befdc2 #fafdbe

Monochromatic Colors of #dafdbe

#dafdbe

Complementary Color

#dafdbe #e1befd

#dafdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafdbe Color CSS Codes

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

#dafdbe Text Font Color

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

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


#dafdbe Background Color

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

This div background color is #dafdbe


#dafdbe Border Color

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

This div border color is #dafdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafdbe

Related Colors


Comments

No comments written yet.

Please login to write comment.