Color Hex Logo

#daf46b Color Hex

#DAF46B
(218,244,107)
0 Favorites   0 Comments

Color spaces of #daf46b

RGB 218244107
HSL0.200.860.69
HSV71°56°96°
CMYK 0.110.000.56   0.04
XYZ63.918080.668326.1116
Yxy80.66830.37450.4726
Hunter Lab89.8155-30.146145.6338
CIE-Lab91.9839-27.389861.9220

#daf46b color RGB value is (218,244,107).

#daf46b hex color red value is 218, green value is 244 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #daf46b hue: 0.20 , saturation: 0.86 and the lightness value of daf46b is 0.69.

The process color (four color CMYK) of #daf46b color hex is 0.11, 0.00, 0.56, 0.04. Web safe color of #daf46b is #ccff66. Color #daf46b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110100 01101011
Octal 332 364 153
Decimal 218 244 107
Hex DA F4 6B

RGB Percentages of Color #daf46b

%38.31
%42.88
%18.80

CMYK Percentages of Color #daf46b

%11
%0
%56
%4

Triadic Colors of #daf46b

#daf46b #6bdaf4 #f46bda

Analogous Colors of #daf46b

#daf46b #96f46b #f4ca6b

Monochromatic Colors of #daf46b

#daf46b

Complementary Color

#daf46b #856bf4

#daf46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf46b Color CSS Codes

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

#daf46b Text Font Color

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

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


#daf46b Background Color

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

This div background color is #daf46b


#daf46b Border Color

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

This div border color is #daf46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf46b


Comments

No comments written yet.

Please login to write comment.