Color Hex Logo

#daf31d Color Hex

#DAF31D
(218,243,29)
0 Favorites   0 Comments

Color spaces of #daf31d

RGB 21824329
HSL0.190.900.53
HSV67°88°95°
CMYK 0.100.000.88   0.05
XYZ61.185879.095313.2045
Yxy79.09530.39860.5153
Hunter Lab88.9355-32.832953.4519
CIE-Lab91.2774-30.677385.9651

#daf31d color RGB value is (218,243,29).

#daf31d hex color red value is 218, green value is 243 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #daf31d hue: 0.19 , saturation: 0.90 and the lightness value of daf31d is 0.53.

The process color (four color CMYK) of #daf31d color hex is 0.10, 0.00, 0.88, 0.05. Web safe color of #daf31d is #ccff33. Color #daf31d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 00011101
Octal 332 363 35
Decimal 218 243 29
Hex DA F3 1D

RGB Percentages of Color #daf31d

%44.49
%49.59
%5.92

CMYK Percentages of Color #daf31d

%10
%0
%88
%5

Triadic Colors of #daf31d

#daf31d #1ddaf3 #f31dda

Analogous Colors of #daf31d

#daf31d #6ff31d #f3a11d

Monochromatic Colors of #daf31d

#daf31d

Complementary Color

#daf31d #361df3

#daf31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf31d Color CSS Codes

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

#daf31d Text Font Color

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

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


#daf31d Background Color

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

This div background color is #daf31d


#daf31d Border Color

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

This div border color is #daf31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf31d


Comments

No comments written yet.

Please login to write comment.