Color Hex Logo

#dafeea Color Hex

#DAFEEA
(218,254,234)
0 Favorites   0 Comments

Color spaces of #dafeea

RGB 218254234
HSL0.410.950.93
HSV147°14°100°
CMYK 0.140.000.08   0.00
XYZ79.206591.729691.3728
Yxy91.72960.30200.3497
Hunter Lab95.7756-19.987610.4784
CIE-Lab96.7097-15.29825.6804

#dafeea color RGB value is (218,254,234).

#dafeea hex color red value is 218, green value is 254 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dafeea hue: 0.41 , saturation: 0.95 and the lightness value of dafeea is 0.93.

The process color (four color CMYK) of #dafeea color hex is 0.14, 0.00, 0.08, 0.00. Web safe color of #dafeea is #ccffff. Color #dafeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 11101010
Octal 332 376 352
Decimal 218 254 234
Hex DA FE EA

RGB Percentages of Color #dafeea

%30.88
%35.98
%33.14

CMYK Percentages of Color #dafeea

%14
%0
%8
%0

Triadic Colors of #dafeea

#dafeea #eadafe #feeada

Analogous Colors of #dafeea

#dafeea #dafefc #dcfeda

Monochromatic Colors of #dafeea

#dafeea

Complementary Color

#dafeea #fedaee

#dafeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafeea Color CSS Codes

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

#dafeea Text Font Color

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

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


#dafeea Background Color

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

This div background color is #dafeea


#dafeea Border Color

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

This div border color is #dafeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafeea

Related Colors


Comments

No comments written yet.

Please login to write comment.