color codes Logo

#dce525 color codes

#DCE525
(220,229,37)
0 Favorites   0 Comments

Color spaces of #dce525

RGB 22022937
HSL0.170.790.52
HSV63°84°90°
CMYK 0.040.000.84   0.10
XYZ57.868471.387812.4795
Yxy71.38780.40830.5037
Hunter Lab84.4913-25.604550.3867
CIE-Lab87.6731-23.089481.5968

#dce525 color RGB value is (220,229,37).

#dce525 hex color red value is 220, green value is 229 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dce525 hue: 0.17 , saturation: 0.79 and the lightness value of dce525 is 0.52.

The process color (four color CMYK) of #dce525 color code is 0.04, 0.00, 0.84, 0.10. Web safe color of #dce525 is #cccc33. Color #dce525 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 00100101
Octal 334 345 45
Decimal 220 229 37
Hex DC E5 25

RGB Percentages of Color #dce525

%45.27
%47.12
%7.61

CMYK Percentages of Color #dce525

%4
%0
%84
%10

Triadic Colors of #dce525

#dce525 #25dce5 #e525dc

Analogous Colors of #dce525

#dce525 #7ce525 #e58e25

Monochromatic Colors of #dce525

#dce525

Complementary Color

#dce525 #2e25e5

#dce525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce525 Color CSS Codes

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

#dce525 Text Font Color

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

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


#dce525 Background Color

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

This div background color is #dce525


#dce525 Border Color

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

This div border color is #dce525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce525


Comments

No comments written yet.

Please login to write comment.