Color Hex Logo

#daefe8 Color Hex

#DAEFE8
(218,239,232)
0 Favorites   0 Comments

Color spaces of #daefe8

RGB 218239232
HSL0.440.400.90
HSV160°94°
CMYK 0.090.000.03   0.06
XYZ74.345482.464688.3428
Yxy82.46460.30330.3364
Hunter Lab90.8100-12.78115.8879
CIE-Lab92.7795-8.18751.0130

#daefe8 color RGB value is (218,239,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 11101000
Octal 332 357 350
Decimal 218 239 232
Hex DA EF E8

RGB Percentages of Color #daefe8

%31.64
%34.69
%33.67

CMYK Percentages of Color #daefe8

%9
%0
%3
%6

Triadic Colors of #daefe8

#daefe8 #e8daef #efe8da

Analogous Colors of #daefe8

#daefe8 #daecef #daefde

Monochromatic Colors of #daefe8

#daefe8

Complementary Color

#daefe8 #efdae1

#daefe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daefe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daefe8 Color CSS Codes

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

#daefe8 Text Font Color

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

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


#daefe8 Background Color

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

This div background color is #daefe8


#daefe8 Border Color

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

This div border color is #daefe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daefe8


Comments

No comments written yet.

Please login to write comment.