Color Hex Logo

#daf943 Color Hex

#DAF943
(218,249,67)
0 Favorites   0 Comments

Color spaces of #daf943

RGB 21824967
HSL0.200.940.62
HSV70°73°98°
CMYK 0.120.000.73   0.02
XYZ63.802283.062017.9800
Yxy83.06200.38700.5039
Hunter Lab91.1384-34.531652.1000
CIE-Lab93.0416-32.213578.2775

#daf943 color RGB value is (218,249,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 01000011
Octal 332 371 103
Decimal 218 249 67
Hex DA F9 43

RGB Percentages of Color #daf943

%40.82
%46.63
%12.55

CMYK Percentages of Color #daf943

%12
%0
%73
%2

Triadic Colors of #daf943

#daf943 #43daf9 #f943da

Analogous Colors of #daf943

#daf943 #7ff943 #f9bd43

Monochromatic Colors of #daf943

#daf943

Complementary Color

#daf943 #6243f9

#daf943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf943 Color CSS Codes

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

#daf943 Text Font Color

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

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


#daf943 Background Color

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

This div background color is #daf943


#daf943 Border Color

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

This div border color is #daf943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf943

Related Colors


Comments

No comments written yet.

Please login to write comment.