Color Hex Logo

#dce30d Color Hex

#DCE30D
(220,227,13)
0 Favorites   0 Comments

Color spaces of #dce30d

RGB 22022713
HSL0.170.890.47
HSV62°94°89°
CMYK 0.030.000.94   0.11
XYZ57.056970.182910.9202
Yxy70.18290.41300.5080
Hunter Lab83.7752-25.035550.9141
CIE-Lab87.0865-22.551384.8130

#dce30d color RGB value is (220,227,13).

#dce30d hex color red value is 220, green value is 227 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #dce30d hue: 0.17 , saturation: 0.89 and the lightness value of dce30d is 0.47.

The process color (four color CMYK) of #dce30d color hex is 0.03, 0.00, 0.94, 0.11. Web safe color of #dce30d is #cccc00. Color #dce30d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100011 00001101
Octal 334 343 15
Decimal 220 227 13
Hex DC E3 D

RGB Percentages of Color #dce30d

%47.83
%49.35
%2.83

CMYK Percentages of Color #dce30d

%3
%0
%94
%11

Triadic Colors of #dce30d

#dce30d #0ddce3 #e30ddc

Analogous Colors of #dce30d

#dce30d #71e30d #e37f0d

Monochromatic Colors of #dce30d

#dce30d

Complementary Color

#dce30d #140de3

#dce30d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce30d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce30d Color CSS Codes

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

#dce30d Text Font Color

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

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


#dce30d Background Color

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

This div background color is #dce30d


#dce30d Border Color

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

This div border color is #dce30d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce30d


Comments

No comments written yet.

Please login to write comment.