Color Hex Logo

#dafecc Color Hex

#DAFECC
(218,254,204)
0 Favorites   0 Comments

Color spaces of #dafecc

RGB 218254204
HSL0.290.960.90
HSV103°20°100°
CMYK 0.140.000.20   0.00
XYZ75.254390.148770.5609
Yxy90.14870.31890.3820
Hunter Lab94.9467-24.678422.4005
CIE-Lab96.0584-20.450920.1304

#dafecc color RGB value is (218,254,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 11001100
Octal 332 376 314
Decimal 218 254 204
Hex DA FE CC

RGB Percentages of Color #dafecc

%32.25
%37.57
%30.18

CMYK Percentages of Color #dafecc

%14
%0
%20
%0

Triadic Colors of #dafecc

#dafecc #ccdafe #feccda

Analogous Colors of #dafecc

#dafecc #ccfed7 #f3fecc

Monochromatic Colors of #dafecc

#dafecc

Complementary Color

#dafecc #f0ccfe

#dafecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafecc Color CSS Codes

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

#dafecc Text Font Color

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

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


#dafecc Background Color

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

This div background color is #dafecc


#dafecc Border Color

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

This div border color is #dafecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafecc


Comments

No comments written yet.

Please login to write comment.