Color Hex Logo

#daf193 Color Hex

#DAF193
(218,241,147)
0 Favorites   0 Comments

Color spaces of #daf193

RGB 218241147
HSL0.210.770.76
HSV75°39°95°
CMYK 0.100.000.39   0.05
XYZ65.635279.922639.5710
Yxy79.92260.35450.4317
Hunter Lab89.3994-25.398136.3360
CIE-Lab91.6501-22.062942.8779

#daf193 color RGB value is (218,241,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110001 10010011
Octal 332 361 223
Decimal 218 241 147
Hex DA F1 93

RGB Percentages of Color #daf193

%35.97
%39.77
%24.26

CMYK Percentages of Color #daf193

%10
%0
%39
%5

Triadic Colors of #daf193

#daf193 #93daf1 #f193da

Analogous Colors of #daf193

#daf193 #abf193 #f1d993

Monochromatic Colors of #daf193

#daf193

Complementary Color

#daf193 #aa93f1

#daf193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf193 Color CSS Codes

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

#daf193 Text Font Color

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

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


#daf193 Background Color

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

This div background color is #daf193


#daf193 Border Color

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

This div border color is #daf193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf193


Comments

No comments written yet.

Please login to write comment.