Color Hex Logo

#dff712 Color Hex

#DFF712
(223,247,18)
0 Favorites   0 Comments

Color spaces of #dff712

RGB 22324718
HSL0.180.930.52
HSV66°93°97°
CMYK 0.100.000.93   0.03
XYZ63.801482.253213.0860
Yxy82.25320.40090.5169
Hunter Lab90.6935-33.141954.9306
CIE-Lab92.6865-30.684888.6916

#dff712 color RGB value is (223,247,18).

#dff712 hex color red value is 223, green value is 247 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dff712 hue: 0.18 , saturation: 0.93 and the lightness value of dff712 is 0.52.

The process color (four color CMYK) of #dff712 color hex is 0.10, 0.00, 0.93, 0.03. Web safe color of #dff712 is #ccff00. Color #dff712 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110111 00010010
Octal 337 367 22
Decimal 223 247 18
Hex DF F7 12

RGB Percentages of Color #dff712

%45.70
%50.61
%3.69

CMYK Percentages of Color #dff712

%10
%0
%93
%3

Triadic Colors of #dff712

#dff712 #12dff7 #f712df

Analogous Colors of #dff712

#dff712 #6df712 #f79d12

Monochromatic Colors of #dff712

#dff712

Complementary Color

#dff712 #2a12f7

#dff712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff712 Color CSS Codes

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

#dff712 Text Font Color

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

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


#dff712 Background Color

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

This div background color is #dff712


#dff712 Border Color

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

This div border color is #dff712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff712


Comments

No comments written yet.

Please login to write comment.