Color Hex Logo

#dafec1 Color Hex

#DAFEC1
(218,254,193)
0 Favorites   0 Comments

Color spaces of #dafec1

RGB 218254193
HSL0.270.970.88
HSV95°24°100°
CMYK 0.140.000.24   0.00
XYZ73.980989.639363.8550
Yxy89.63930.32520.3941
Hunter Lab94.6780-26.207626.2869
CIE-Lab95.8469-22.163325.4321

#dafec1 color RGB value is (218,254,193).

#dafec1 hex color red value is 218, green value is 254 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #dafec1 hue: 0.27 , saturation: 0.97 and the lightness value of dafec1 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 11000001
Octal 332 376 301
Decimal 218 254 193
Hex DA FE C1

RGB Percentages of Color #dafec1

%32.78
%38.20
%29.02

CMYK Percentages of Color #dafec1

%14
%0
%24
%0

Triadic Colors of #dafec1

#dafec1 #c1dafe #fec1da

Analogous Colors of #dafec1

#dafec1 #c1fec7 #f9fec1

Monochromatic Colors of #dafec1

#dafec1

Complementary Color

#dafec1 #e5c1fe

#dafec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafec1 Color CSS Codes

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

#dafec1 Text Font Color

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

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


#dafec1 Background Color

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

This div background color is #dafec1


#dafec1 Border Color

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

This div border color is #dafec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafec1


Comments

No comments written yet.

Please login to write comment.