Color Hex Logo

#dafa23 Color Hex

#DAFA23
(218,250,35)
0 Favorites   0 Comments

Color spaces of #dafa23

RGB 21825035
HSL0.190.960.56
HSV69°86°98°
CMYK 0.130.000.86   0.02
XYZ63.402483.398014.3459
Yxy83.39800.39340.5175
Hunter Lab91.3225-35.887354.6119
CIE-Lab93.1884-33.762886.4860

#dafa23 color RGB value is (218,250,35).

#dafa23 hex color red value is 218, green value is 250 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #dafa23 hue: 0.19 , saturation: 0.96 and the lightness value of dafa23 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 00100011
Octal 332 372 43
Decimal 218 250 35
Hex DA FA 23

RGB Percentages of Color #dafa23

%43.34
%49.70
%6.96

CMYK Percentages of Color #dafa23

%13
%0
%86
%2

Triadic Colors of #dafa23

#dafa23 #23dafa #fa23da

Analogous Colors of #dafa23

#dafa23 #6ffa23 #faaf23

Monochromatic Colors of #dafa23

#dafa23

Complementary Color

#dafa23 #4323fa

#dafa23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafa23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafa23 Color CSS Codes

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

#dafa23 Text Font Color

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

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


#dafa23 Background Color

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

This div background color is #dafa23


#dafa23 Border Color

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

This div border color is #dafa23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafa23

Related Colors


Comments

No comments written yet.

Please login to write comment.