Color Hex Logo

#dafeca Color Hex

#DAFECA
(218,254,202)
0 Favorites   0 Comments

Color spaces of #dafeca

RGB 218254202
HSL0.280.960.89
HSV102°20°100°
CMYK 0.140.000.20   0.00
XYZ75.015990.053369.3054
Yxy90.05330.32010.3842
Hunter Lab94.8964-24.963923.1264
CIE-Lab96.0189-20.769421.0948

#dafeca color RGB value is (218,254,202).

#dafeca hex color red value is 218, green value is 254 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dafeca hue: 0.28 , saturation: 0.96 and the lightness value of dafeca is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 11001010
Octal 332 376 312
Decimal 218 254 202
Hex DA FE CA

RGB Percentages of Color #dafeca

%32.34
%37.69
%29.97

CMYK Percentages of Color #dafeca

%14
%0
%20
%0

Triadic Colors of #dafeca

#dafeca #cadafe #fecada

Analogous Colors of #dafeca

#dafeca #cafed4 #f4feca

Monochromatic Colors of #dafeca

#dafeca

Complementary Color

#dafeca #eecafe

#dafeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafeca Color CSS Codes

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

#dafeca Text Font Color

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

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


#dafeca Background Color

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

This div background color is #dafeca


#dafeca Border Color

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

This div border color is #dafeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafeca

Related Colors


Comments

No comments written yet.

Please login to write comment.