Color Hex Logo

#dce626 Color Hex

#DCE626
(220,230,38)
0 Favorites   0 Comments

Color spaces of #dce626

RGB 22023038
HSL0.180.790.53
HSV63°83°90°
CMYK 0.040.000.83   0.10
XYZ58.161971.949212.6559
Yxy71.94920.40740.5040
Hunter Lab84.8229-26.045050.5297
CIE-Lab87.9441-23.542581.6085

#dce626 color RGB value is (220,230,38).

#dce626 hex color red value is 220, green value is 230 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #dce626 hue: 0.18 , saturation: 0.79 and the lightness value of dce626 is 0.53.

The process color (four color CMYK) of #dce626 color hex is 0.04, 0.00, 0.83, 0.10. Web safe color of #dce626 is #ccff33. Color #dce626 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 00100110
Octal 334 346 46
Decimal 220 230 38
Hex DC E6 26

RGB Percentages of Color #dce626

%45.08
%47.13
%7.79

CMYK Percentages of Color #dce626

%4
%0
%83
%10

Triadic Colors of #dce626

#dce626 #26dce6 #e626dc

Analogous Colors of #dce626

#dce626 #7ce626 #e69026

Monochromatic Colors of #dce626

#dce626

Complementary Color

#dce626 #3026e6

#dce626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce626 Color CSS Codes

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

#dce626 Text Font Color

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

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


#dce626 Background Color

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

This div background color is #dce626


#dce626 Border Color

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

This div border color is #dce626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce626


Comments

No comments written yet.

Please login to write comment.