Color Hex Logo

#dcf142 Color Hex

#DCF142
(220,241,66)
0 Favorites   0 Comments

Color spaces of #dcf142

RGB 22024166
HSL0.190.860.60
HSV67°73°95°
CMYK 0.090.000.73   0.05
XYZ61.953978.519617.0447
Yxy78.51960.39330.4985
Hunter Lab88.6113-30.268850.6233
CIE-Lab91.0165-27.753776.7225

#dcf142 color RGB value is (220,241,66).

#dcf142 hex color red value is 220, green value is 241 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dcf142 hue: 0.19 , saturation: 0.86 and the lightness value of dcf142 is 0.60.

The process color (four color CMYK) of #dcf142 color hex is 0.09, 0.00, 0.73, 0.05. Web safe color of #dcf142 is #ccff33. Color #dcf142 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110001 01000010
Octal 334 361 102
Decimal 220 241 66
Hex DC F1 42

RGB Percentages of Color #dcf142

%41.75
%45.73
%12.52

CMYK Percentages of Color #dcf142

%9
%0
%73
%5

Triadic Colors of #dcf142

#dcf142 #42dcf1 #f142dc

Analogous Colors of #dcf142

#dcf142 #85f142 #f1af42

Monochromatic Colors of #dcf142

#dcf142

Complementary Color

#dcf142 #5742f1

#dcf142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf142 Color CSS Codes

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

#dcf142 Text Font Color

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

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


#dcf142 Background Color

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

This div background color is #dcf142


#dcf142 Border Color

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

This div border color is #dcf142


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,241,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcf142; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcf142;
  -webkit-box-shadow: 1px 1px 3px 2px #dcf142;
  box-shadow:         1px 1px 3px 2px #dcf142; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,241,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf142


Comments

No comments written yet.

Please login to write comment.