Color Hex Logo

#dafce1 Color Hex

#DAFCE1
(218,252,225)
0 Favorites   0 Comments

Color spaces of #dafce1

RGB 218252225
HSL0.370.850.92
HSV132°13°99°
CMYK 0.130.000.11   0.01
XYZ77.314589.962584.5238
Yxy89.96250.30700.3573
Hunter Lab94.8486-20.483213.5580
CIE-Lab95.9812-15.93509.2608

#dafce1 color RGB value is (218,252,225).

#dafce1 hex color red value is 218, green value is 252 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dafce1 hue: 0.37 , saturation: 0.85 and the lightness value of dafce1 is 0.92.

The process color (four color CMYK) of #dafce1 color hex is 0.13, 0.00, 0.11, 0.01. Web safe color of #dafce1 is #ccffcc. Color #dafce1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 11100001
Octal 332 374 341
Decimal 218 252 225
Hex DA FC E1

RGB Percentages of Color #dafce1

%31.37
%36.26
%32.37

CMYK Percentages of Color #dafce1

%13
%0
%11
%1

Triadic Colors of #dafce1

#dafce1 #e1dafc #fce1da

Analogous Colors of #dafce1

#dafce1 #dafcf2 #e4fcda

Monochromatic Colors of #dafce1

#dafce1

Complementary Color

#dafce1 #fcdaf5

#dafce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafce1 Color CSS Codes

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

#dafce1 Text Font Color

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

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


#dafce1 Background Color

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

This div background color is #dafce1


#dafce1 Border Color

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

This div border color is #dafce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafce1


Comments

No comments written yet.

Please login to write comment.