Color Hex Logo

#dafeee Color Hex

#DAFEEE
(218,254,238)
0 Favorites   0 Comments

Color spaces of #dafeee

RGB 218254238
HSL0.430.950.93
HSV153°14°100°
CMYK 0.140.000.06   0.00
XYZ79.787991.962194.4341
Yxy91.96210.29970.3455
Hunter Lab95.8969-19.30448.7422
CIE-Lab96.8048-14.55983.7608

#dafeee color RGB value is (218,254,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 11101110
Octal 332 376 356
Decimal 218 254 238
Hex DA FE EE

RGB Percentages of Color #dafeee

%30.70
%35.77
%33.52

CMYK Percentages of Color #dafeee

%14
%0
%6
%0

Triadic Colors of #dafeee

#dafeee #eedafe #feeeda

Analogous Colors of #dafeee

#dafeee #dafcfe #dafedc

Monochromatic Colors of #dafeee

#dafeee

Complementary Color

#dafeee #fedaea

#dafeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafeee Color CSS Codes

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

#dafeee Text Font Color

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

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


#dafeee Background Color

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

This div background color is #dafeee


#dafeee Border Color

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

This div border color is #dafeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafeee

Related Colors


Comments

No comments written yet.

Please login to write comment.