Color Hex Logo

#daf775 Color Hex

#DAF775
(218,247,117)
0 Favorites   0 Comments

Color spaces of #daf775

RGB 218247117
HSL0.200.890.71
HSV73°53°97°
CMYK 0.120.000.53   0.03
XYZ65.385182.711329.3483
Yxy82.71130.36850.4661
Hunter Lab90.9458-30.823244.5291
CIE-Lab92.8879-27.960258.5452

#daf775 color RGB value is (218,247,117).

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

The process color (four color CMYK) of #daf775 color hex is 0.12, 0.00, 0.53, 0.03. Web safe color of #daf775 is #ccff66. Color #daf775 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110111 01110101
Octal 332 367 165
Decimal 218 247 117
Hex DA F7 75

RGB Percentages of Color #daf775

%37.46
%42.44
%20.10

CMYK Percentages of Color #daf775

%12
%0
%53
%3

Triadic Colors of #daf775

#daf775 #75daf7 #f775da

Analogous Colors of #daf775

#daf775 #99f775 #f7d375

Monochromatic Colors of #daf775

#daf775

Complementary Color

#daf775 #9275f7

#daf775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf775 Color CSS Codes

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

#daf775 Text Font Color

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

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


#daf775 Background Color

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

This div background color is #daf775


#daf775 Border Color

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

This div border color is #daf775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf775


Comments

No comments written yet.

Please login to write comment.