Color Hex Logo

#daf512 Color Hex

#DAF512
(218,245,18)
0 Favorites   0 Comments

Color spaces of #daf512

RGB 21824518
HSL0.190.920.52
HSV67°93°96°
CMYK 0.110.000.93   0.04
XYZ61.675080.253912.8122
Yxy80.25390.39860.5186
Hunter Lab89.5845-33.883654.2296
CIE-Lab91.7987-31.776787.8541

#daf512 color RGB value is (218,245,18).

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

The process color (four color CMYK) of #daf512 color hex is 0.11, 0.00, 0.93, 0.04. Web safe color of #daf512 is #ccff00. Color #daf512 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110101 00010010
Octal 332 365 22
Decimal 218 245 18
Hex DA F5 12

RGB Percentages of Color #daf512

%45.32
%50.94
%3.74

CMYK Percentages of Color #daf512

%11
%0
%93
%4

Triadic Colors of #daf512

#daf512 #12daf5 #f512da

Analogous Colors of #daf512

#daf512 #69f512 #f59f12

Monochromatic Colors of #daf512

#daf512

Complementary Color

#daf512 #2d12f5

#daf512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf512 Color CSS Codes

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

#daf512 Text Font Color

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

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


#daf512 Background Color

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

This div background color is #daf512


#daf512 Border Color

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

This div border color is #daf512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf512


Comments

No comments written yet.

Please login to write comment.