Color Hex Logo

#daf903 Color Hex

#DAF903
(218,249,3)
0 Favorites   0 Comments

Color spaces of #daf903

RGB 2182493
HSL0.190.980.49
HSV68°99°98°
CMYK 0.120.000.99   0.02
XYZ62.805682.663412.7316
Yxy82.66340.39700.5225
Hunter Lab90.9194-35.804255.3411
CIE-Lab92.8669-33.751989.9018

#daf903 color RGB value is (218,249,3).

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

The process color (four color CMYK) of #daf903 color hex is 0.12, 0.00, 0.99, 0.02. Web safe color of #daf903 is #ccff00. Color #daf903 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 00000011
Octal 332 371 3
Decimal 218 249 3
Hex DA F9 3

RGB Percentages of Color #daf903

%46.38
%52.98
%0.64

CMYK Percentages of Color #daf903

%12
%0
%99
%2

Triadic Colors of #daf903

#daf903 #03daf9 #f903da

Analogous Colors of #daf903

#daf903 #5ff903 #f99d03

Monochromatic Colors of #daf903

#daf903

Complementary Color

#daf903 #2203f9

#daf903 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf903 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf903 Color CSS Codes

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

#daf903 Text Font Color

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

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


#daf903 Background Color

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

This div background color is #daf903


#daf903 Border Color

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

This div border color is #daf903


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf903


Comments

No comments written yet.

Please login to write comment.