Color Hex Logo

#dafa9b Color Hex

#DAFA9B
(218,250,155)
0 Favorites   0 Comments

Color spaces of #dafa9b

RGB 218250155
HSL0.220.900.79
HSV80°38°98°
CMYK 0.130.000.38   0.02
XYZ69.015485.643243.9036
Yxy85.64320.34760.4313
Hunter Lab92.5436-28.833036.6528
CIE-Lab94.1596-25.419442.1749

#dafa9b color RGB value is (218,250,155).

#dafa9b hex color red value is 218, green value is 250 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dafa9b hue: 0.22 , saturation: 0.90 and the lightness value of dafa9b is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 10011011
Octal 332 372 233
Decimal 218 250 155
Hex DA FA 9B

RGB Percentages of Color #dafa9b

%34.99
%40.13
%24.88

CMYK Percentages of Color #dafa9b

%13
%0
%38
%2

Triadic Colors of #dafa9b

#dafa9b #9bdafa #fa9bda

Analogous Colors of #dafa9b

#dafa9b #abfa9b #faeb9b

Monochromatic Colors of #dafa9b

#dafa9b

Complementary Color

#dafa9b #bb9bfa

#dafa9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafa9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafa9b Color CSS Codes

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

#dafa9b Text Font Color

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

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


#dafa9b Background Color

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

This div background color is #dafa9b


#dafa9b Border Color

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

This div border color is #dafa9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafa9b


Comments

No comments written yet.

Please login to write comment.