Color Hex Logo

#dafcec Color Hex

#DAFCEC
(218,252,236)
0 Favorites   0 Comments

Color spaces of #dafcec

RGB 218252236
HSL0.420.850.92
HSV152°13°99°
CMYK 0.130.000.06   0.01
XYZ78.864290.582492.6844
Yxy90.58240.30090.3456
Hunter Lab95.1748-18.64638.8838
CIE-Lab96.2378-13.94323.9686

#dafcec color RGB value is (218,252,236).

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

The process color (four color CMYK) of #dafcec color hex is 0.13, 0.00, 0.06, 0.01. Web safe color of #dafcec is #ccffff. Color #dafcec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 11101100
Octal 332 374 354
Decimal 218 252 236
Hex DA FC EC

RGB Percentages of Color #dafcec

%30.88
%35.69
%33.43

CMYK Percentages of Color #dafcec

%13
%0
%6
%1

Triadic Colors of #dafcec

#dafcec #ecdafc #fcecda

Analogous Colors of #dafcec

#dafcec #dafbfc #dafcdb

Monochromatic Colors of #dafcec

#dafcec

Complementary Color

#dafcec #fcdaea

#dafcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafcec Color CSS Codes

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

#dafcec Text Font Color

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

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


#dafcec Background Color

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

This div background color is #dafcec


#dafcec Border Color

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

This div border color is #dafcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafcec


Comments

No comments written yet.

Please login to write comment.