Color Hex Logo

#dce35a Color Hex

#DCE35A
(220,227,90)
0 Favorites   0 Comments

Color spaces of #dce35a

RGB 22022790
HSL0.180.710.62
HSV63°60°89°
CMYK 0.030.000.60   0.11
XYZ58.829770.892020.2557
Yxy70.89200.39230.4727
Hunter Lab84.1974-22.625444.6745
CIE-Lab87.4325-19.718864.1601

#dce35a color RGB value is (220,227,90).

#dce35a hex color red value is 220, green value is 227 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dce35a hue: 0.18 , saturation: 0.71 and the lightness value of dce35a is 0.62.

The process color (four color CMYK) of #dce35a color hex is 0.03, 0.00, 0.60, 0.11. Web safe color of #dce35a is #cccc66. Color #dce35a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100011 01011010
Octal 334 343 132
Decimal 220 227 90
Hex DC E3 5A

RGB Percentages of Color #dce35a

%40.97
%42.27
%16.76

CMYK Percentages of Color #dce35a

%3
%0
%60
%11

Triadic Colors of #dce35a

#dce35a #5adce3 #e35adc

Analogous Colors of #dce35a

#dce35a #98e35a #e3a65a

Monochromatic Colors of #dce35a

#dce35a

Complementary Color

#dce35a #615ae3

#dce35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce35a Color CSS Codes

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

#dce35a Text Font Color

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

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


#dce35a Background Color

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

This div background color is #dce35a


#dce35a Border Color

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

This div border color is #dce35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce35a


Comments

No comments written yet.

Please login to write comment.