Color Hex Logo

#dce70c Color Hex

#DCE70C
(220,231,12)
0 Favorites   0 Comments

Color spaces of #dce70c

RGB 22023112
HSL0.180.900.48
HSV63°95°91°
CMYK 0.050.000.95   0.09
XYZ58.157572.394011.2560
Yxy72.39400.41010.5105
Hunter Lab85.0847-26.888951.7157
CIE-Lab88.1579-24.474685.7174

#dce70c color RGB value is (220,231,12).

#dce70c hex color red value is 220, green value is 231 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dce70c hue: 0.18 , saturation: 0.90 and the lightness value of dce70c is 0.48.

The process color (four color CMYK) of #dce70c color hex is 0.05, 0.00, 0.95, 0.09. Web safe color of #dce70c is #ccff00. Color #dce70c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100111 00001100
Octal 334 347 14
Decimal 220 231 12
Hex DC E7 C

RGB Percentages of Color #dce70c

%47.52
%49.89
%2.59

CMYK Percentages of Color #dce70c

%5
%0
%95
%9

Triadic Colors of #dce70c

#dce70c #0cdce7 #e70cdc

Analogous Colors of #dce70c

#dce70c #6fe70c #e7850c

Monochromatic Colors of #dce70c

#dce70c

Complementary Color

#dce70c #170ce7

#dce70c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce70c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce70c Color CSS Codes

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

#dce70c Text Font Color

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

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


#dce70c Background Color

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

This div background color is #dce70c


#dce70c Border Color

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

This div border color is #dce70c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce70c


Comments

No comments written yet.

Please login to write comment.