Color Hex Logo

#daf693 Color Hex

#DAF693
(218,246,147)
0 Favorites   0 Comments

Color spaces of #daf693

RGB 218246147
HSL0.210.850.77
HSV77°40°96°
CMYK 0.110.000.40   0.04
XYZ67.135782.923540.0712
Yxy82.92350.35310.4361
Hunter Lab91.0623-27.760037.6536
CIE-Lab92.9809-24.456744.5736

#daf693 color RGB value is (218,246,147).

#daf693 hex color red value is 218, green value is 246 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #daf693 hue: 0.21 , saturation: 0.85 and the lightness value of daf693 is 0.77.

The process color (four color CMYK) of #daf693 color hex is 0.11, 0.00, 0.40, 0.04. Web safe color of #daf693 is #ccff99. Color #daf693 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110110 10010011
Octal 332 366 223
Decimal 218 246 147
Hex DA F6 93

RGB Percentages of Color #daf693

%35.68
%40.26
%24.06

CMYK Percentages of Color #daf693

%11
%0
%40
%4

Triadic Colors of #daf693

#daf693 #93daf6 #f693da

Analogous Colors of #daf693

#daf693 #a9f693 #f6e193

Monochromatic Colors of #daf693

#daf693

Complementary Color

#daf693 #af93f6

#daf693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf693 Color CSS Codes

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

#daf693 Text Font Color

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

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


#daf693 Background Color

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

This div background color is #daf693


#daf693 Border Color

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

This div border color is #daf693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf693


Comments

No comments written yet.

Please login to write comment.