Color Hex Logo

#daf914 Color Hex

#DAF914
(218,249,20)
0 Favorites   0 Comments

Color spaces of #daf914

RGB 21824920
HSL0.190.950.53
HSV68°92°98°
CMYK 0.120.000.92   0.02
XYZ62.915482.707313.3099
Yxy82.70730.39590.5204
Hunter Lab90.9436-35.663654.9832
CIE-Lab92.8861-33.581388.4761

#daf914 color RGB value is (218,249,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 00010100
Octal 332 371 24
Decimal 218 249 20
Hex DA F9 14

RGB Percentages of Color #daf914

%44.76
%51.13
%4.11

CMYK Percentages of Color #daf914

%12
%0
%92
%2

Triadic Colors of #daf914

#daf914 #14daf9 #f914da

Analogous Colors of #daf914

#daf914 #68f914 #f9a614

Monochromatic Colors of #daf914

#daf914

Complementary Color

#daf914 #3314f9

#daf914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf914 Color CSS Codes

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

#daf914 Text Font Color

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

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


#daf914 Background Color

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

This div background color is #daf914


#daf914 Border Color

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

This div border color is #daf914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf914


Comments

No comments written yet.

Please login to write comment.