Color Hex Logo

#dafb93 Color Hex

#DAFB93
(218,251,147)
0 Favorites   0 Comments

Color spaces of #dafb93

RGB 218251147
HSL0.220.930.78
HSV79°41°98°
CMYK 0.130.000.41   0.02
XYZ68.677186.006440.5850
Yxy86.00640.35170.4405
Hunter Lab92.7396-30.108638.9711
CIE-Lab94.3151-26.825246.2638

#dafb93 color RGB value is (218,251,147).

#dafb93 hex color red value is 218, green value is 251 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dafb93 hue: 0.22 , saturation: 0.93 and the lightness value of dafb93 is 0.78.

The process color (four color CMYK) of #dafb93 color hex is 0.13, 0.00, 0.41, 0.02. Web safe color of #dafb93 is #ccff99. Color #dafb93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 10010011
Octal 332 373 223
Decimal 218 251 147
Hex DA FB 93

RGB Percentages of Color #dafb93

%35.39
%40.75
%23.86

CMYK Percentages of Color #dafb93

%13
%0
%41
%2

Triadic Colors of #dafb93

#dafb93 #93dafb #fb93da

Analogous Colors of #dafb93

#dafb93 #a6fb93 #fbe893

Monochromatic Colors of #dafb93

#dafb93

Complementary Color

#dafb93 #b493fb

#dafb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb93 Color CSS Codes

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

#dafb93 Text Font Color

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

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


#dafb93 Background Color

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

This div background color is #dafb93


#dafb93 Border Color

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

This div border color is #dafb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb93


Comments

No comments written yet.

Please login to write comment.