Color Hex Logo

#daf314 Color Hex

#DAF314
(218,243,20)
0 Favorites   0 Comments

Color spaces of #daf314

RGB 21824320
HSL0.190.900.52
HSV67°92°95°
CMYK 0.100.000.92   0.05
XYZ61.090379.057112.7016
Yxy79.05710.39970.5172
Hunter Lab88.9141-32.957453.7701
CIE-Lab91.2601-30.827687.2084

#daf314 color RGB value is (218,243,20).

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

The process color (four color CMYK) of #daf314 color hex is 0.10, 0.00, 0.92, 0.05. Web safe color of #daf314 is #ccff00. Color #daf314 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 00010100
Octal 332 363 24
Decimal 218 243 20
Hex DA F3 14

RGB Percentages of Color #daf314

%45.32
%50.52
%4.16

CMYK Percentages of Color #daf314

%10
%0
%92
%5

Triadic Colors of #daf314

#daf314 #14daf3 #f314da

Analogous Colors of #daf314

#daf314 #6bf314 #f39d14

Monochromatic Colors of #daf314

#daf314

Complementary Color

#daf314 #2d14f3

#daf314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf314 Color CSS Codes

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

#daf314 Text Font Color

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

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


#daf314 Background Color

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

This div background color is #daf314


#daf314 Border Color

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

This div border color is #daf314


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,243,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 #daf314">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf314


Comments

No comments written yet.

Please login to write comment.