Color Hex Logo

#daf928 Color Hex

#DAF928
(218,249,40)
0 Favorites   0 Comments

Color spaces of #daf928

RGB 21824940
HSL0.190.950.57
HSV69°84°98°
CMYK 0.120.000.84   0.02
XYZ63.172182.810014.6619
Yxy82.81000.39320.5155
Hunter Lab91.0000-35.335554.1472
CIE-Lab92.9312-33.183785.3007

#daf928 color RGB value is (218,249,40).

#daf928 hex color red value is 218, green value is 249 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #daf928 hue: 0.19 , saturation: 0.95 and the lightness value of daf928 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 00101000
Octal 332 371 50
Decimal 218 249 40
Hex DA F9 28

RGB Percentages of Color #daf928

%43.00
%49.11
%7.89

CMYK Percentages of Color #daf928

%12
%0
%84
%2

Triadic Colors of #daf928

#daf928 #28daf9 #f928da

Analogous Colors of #daf928

#daf928 #72f928 #f9b028

Monochromatic Colors of #daf928

#daf928

Complementary Color

#daf928 #4728f9

#daf928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf928 Color CSS Codes

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

#daf928 Text Font Color

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

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


#daf928 Background Color

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

This div background color is #daf928


#daf928 Border Color

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

This div border color is #daf928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf928

Related Colors


Comments

No comments written yet.

Please login to write comment.