Color Hex Logo

#dafcef Color Hex

#DAFCEF
(218,252,239)
0 Favorites   0 Comments

Color spaces of #dafcef

RGB 218252239
HSL0.440.850.92
HSV157°13°99°
CMYK 0.130.000.05   0.01
XYZ79.303890.758294.9997
Yxy90.75820.29920.3424
Hunter Lab95.2671-18.12757.5634
CIE-Lab96.3104-13.38462.5283

#dafcef color RGB value is (218,252,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 11101111
Octal 332 374 357
Decimal 218 252 239
Hex DA FC EF

RGB Percentages of Color #dafcef

%30.75
%35.54
%33.71

CMYK Percentages of Color #dafcef

%13
%0
%5
%1

Triadic Colors of #dafcef

#dafcef #efdafc #fcefda

Analogous Colors of #dafcef

#dafcef #daf8fc #dafcde

Monochromatic Colors of #dafcef

#dafcef

Complementary Color

#dafcef #fcdae7

#dafcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafcef Color CSS Codes

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

#dafcef Text Font Color

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

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


#dafcef Background Color

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

This div background color is #dafcef


#dafcef Border Color

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

This div border color is #dafcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafcef

Related Colors


Comments

No comments written yet.

Please login to write comment.