Color Hex Logo

#daf3ea Color Hex

#DAF3EA
(218,243,234)
0 Favorites   0 Comments

Color spaces of #daf3ea

RGB 218243234
HSL0.440.510.90
HSV158°10°95°
CMYK 0.100.000.04   0.05
XYZ75.815384.947190.2424
Yxy84.94710.30200.3384
Hunter Lab92.1668-14.45986.4646
CIE-Lab93.8603-9.82971.5489

#daf3ea color RGB value is (218,243,234).

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

The process color (four color CMYK) of #daf3ea color hex is 0.10, 0.00, 0.04, 0.05. Web safe color of #daf3ea is #ccffff. Color #daf3ea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 11101010
Octal 332 363 352
Decimal 218 243 234
Hex DA F3 EA

RGB Percentages of Color #daf3ea

%31.37
%34.96
%33.67

CMYK Percentages of Color #daf3ea

%10
%0
%4
%5

Triadic Colors of #daf3ea

#daf3ea #eadaf3 #f3eada

Analogous Colors of #daf3ea

#daf3ea #daf0f3 #daf3de

Monochromatic Colors of #daf3ea

#daf3ea

Complementary Color

#daf3ea #f3dae3

#daf3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf3ea Color CSS Codes

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

#daf3ea Text Font Color

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

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


#daf3ea Background Color

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

This div background color is #daf3ea


#daf3ea Border Color

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

This div border color is #daf3ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,243,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 #daf3ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf3ea


Comments

No comments written yet.

Please login to write comment.