Color Hex Logo

#daf7e7 Color Hex

#DAF7E7
(218,247,231)
0 Favorites   0 Comments

Color spaces of #daf7e7

RGB 218247231
HSL0.410.640.91
HSV147°12°97°
CMYK 0.120.000.06   0.03
XYZ76.598087.196588.3948
Yxy87.19650.30370.3458
Hunter Lab93.3791-16.99149.2401
CIE-Lab94.8216-12.38284.4972

#daf7e7 color RGB value is (218,247,231).

#daf7e7 hex color red value is 218, green value is 247 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #daf7e7 hue: 0.41 , saturation: 0.64 and the lightness value of daf7e7 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110111 11100111
Octal 332 367 347
Decimal 218 247 231
Hex DA F7 E7

RGB Percentages of Color #daf7e7

%31.32
%35.49
%33.19

CMYK Percentages of Color #daf7e7

%12
%0
%6
%3

Triadic Colors of #daf7e7

#daf7e7 #e7daf7 #f7e7da

Analogous Colors of #daf7e7

#daf7e7 #daf7f6 #dcf7da

Monochromatic Colors of #daf7e7

#daf7e7

Complementary Color

#daf7e7 #f7daea

#daf7e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf7e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf7e7 Color CSS Codes

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

#daf7e7 Text Font Color

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

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


#daf7e7 Background Color

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

This div background color is #daf7e7


#daf7e7 Border Color

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

This div border color is #daf7e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf7e7

Related Colors


Comments

No comments written yet.

Please login to write comment.