Color Hex Logo

#daffe4 Color Hex

#DAFFE4
(218,255,228)
0 Favorites   0 Comments

Color spaces of #daffe4

RGB 218255228
HSL0.381.000.93
HSV136°15°100°
CMYK 0.150.000.11   0.00
XYZ78.677092.026987.0150
Yxy92.02690.30530.3571
Hunter Lab95.9307-21.482813.3718
CIE-Lab96.8313-16.87338.9381

#daffe4 color RGB value is (218,255,228).

#daffe4 hex color red value is 218, green value is 255 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #daffe4 hue: 0.38 , saturation: 1.00 and the lightness value of daffe4 is 0.93.

The process color (four color CMYK) of #daffe4 color hex is 0.15, 0.00, 0.11, 0.00. Web safe color of #daffe4 is #ccffcc. Color #daffe4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 11100100
Octal 332 377 344
Decimal 218 255 228
Hex DA FF E4

RGB Percentages of Color #daffe4

%31.10
%36.38
%32.52

CMYK Percentages of Color #daffe4

%15
%0
%11
%0

Triadic Colors of #daffe4

#daffe4 #e4daff #ffe4da

Analogous Colors of #daffe4

#daffe4 #dafff7 #e3ffda

Monochromatic Colors of #daffe4

#daffe4

Complementary Color

#daffe4 #ffdaf5

#daffe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffe4 Color CSS Codes

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

#daffe4 Text Font Color

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

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


#daffe4 Background Color

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

This div background color is #daffe4


#daffe4 Border Color

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

This div border color is #daffe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffe4

#daffe4 Color Palettes


Comments

No comments written yet.

Please login to write comment.