Color Hex Logo

#daf3af Color Hex

#DAF3AF
(218,243,175)
0 Favorites   0 Comments

Color spaces of #daf3af

RGB 218243175
HSL0.230.740.82
HSV82°28°95°
CMYK 0.100.000.28   0.05
XYZ68.701982.101852.7837
Yxy82.10180.33750.4033
Hunter Lab90.6100-23.226228.8884
CIE-Lab92.6198-19.463830.1633

#daf3af color RGB value is (218,243,175).

#daf3af hex color red value is 218, green value is 243 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #daf3af hue: 0.23 , saturation: 0.74 and the lightness value of daf3af is 0.82.

The process color (four color CMYK) of #daf3af color hex is 0.10, 0.00, 0.28, 0.05. Web safe color of #daf3af is #ccff99. Color #daf3af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 10101111
Octal 332 363 257
Decimal 218 243 175
Hex DA F3 AF

RGB Percentages of Color #daf3af

%34.28
%38.21
%27.52

CMYK Percentages of Color #daf3af

%10
%0
%28
%5

Triadic Colors of #daf3af

#daf3af #afdaf3 #f3afda

Analogous Colors of #daf3af

#daf3af #b8f3af #f3eaaf

Monochromatic Colors of #daf3af

#daf3af

Complementary Color

#daf3af #c8aff3

#daf3af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf3af Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf3af Color CSS Codes

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

#daf3af Text Font Color

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

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


#daf3af Background Color

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

This div background color is #daf3af


#daf3af Border Color

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

This div border color is #daf3af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf3af


Comments

No comments written yet.

Please login to write comment.