Color Hex Logo

#daf375 Color Hex

#DAF375
(218,243,117)
0 Favorites   0 Comments

Color spaces of #daf375

RGB 218243117
HSL0.200.840.71
HSV72°52°95°
CMYK 0.100.000.52   0.05
XYZ64.174980.291028.9450
Yxy80.29100.37010.4630
Hunter Lab89.6052-28.968243.5713
CIE-Lab91.8153-26.076957.2903

#daf375 color RGB value is (218,243,117).

#daf375 hex color red value is 218, green value is 243 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #daf375 hue: 0.20 , saturation: 0.84 and the lightness value of daf375 is 0.71.

The process color (four color CMYK) of #daf375 color hex is 0.10, 0.00, 0.52, 0.05. Web safe color of #daf375 is #ccff66. Color #daf375 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 01110101
Octal 332 363 165
Decimal 218 243 117
Hex DA F3 75

RGB Percentages of Color #daf375

%37.72
%42.04
%20.24

CMYK Percentages of Color #daf375

%10
%0
%52
%5

Triadic Colors of #daf375

#daf375 #75daf3 #f375da

Analogous Colors of #daf375

#daf375 #9bf375 #f3cd75

Monochromatic Colors of #daf375

#daf375

Complementary Color

#daf375 #8e75f3

#daf375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf375 Color CSS Codes

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

#daf375 Text Font Color

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

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


#daf375 Background Color

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

This div background color is #daf375


#daf375 Border Color

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

This div border color is #daf375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf375


Comments

No comments written yet.

Please login to write comment.