Color Hex Logo

#dafa43 Color Hex

#DAFA43
(218,250,67)
0 Favorites   0 Comments

Color spaces of #dafa43

RGB 21825067
HSL0.200.950.62
HSV70°73°98°
CMYK 0.130.000.73   0.02
XYZ64.112283.681918.0833
Yxy83.68190.38650.5045
Hunter Lab91.4778-34.984552.3140
CIE-Lab93.3122-32.672078.5343

#dafa43 color RGB value is (218,250,67).

#dafa43 hex color red value is 218, green value is 250 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #dafa43 hue: 0.20 , saturation: 0.95 and the lightness value of dafa43 is 0.62.

The process color (four color CMYK) of #dafa43 color hex is 0.13, 0.00, 0.73, 0.02. Web safe color of #dafa43 is #ccff33. Color #dafa43 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 01000011
Octal 332 372 103
Decimal 218 250 67
Hex DA FA 43

RGB Percentages of Color #dafa43

%40.75
%46.73
%12.52

CMYK Percentages of Color #dafa43

%13
%0
%73
%2

Triadic Colors of #dafa43

#dafa43 #43dafa #fa43da

Analogous Colors of #dafa43

#dafa43 #7ffa43 #fabf43

Monochromatic Colors of #dafa43

#dafa43

Complementary Color

#dafa43 #6343fa

#dafa43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafa43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafa43 Color CSS Codes

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

#dafa43 Text Font Color

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

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


#dafa43 Background Color

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

This div background color is #dafa43


#dafa43 Border Color

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

This div border color is #dafa43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafa43

Related Colors


Comments

No comments written yet.

Please login to write comment.