Color Hex Logo

#dce35f Color Hex

#DCE35F
(220,227,95)
0 Favorites   0 Comments

Color spaces of #dce35f

RGB 22022795
HSL0.180.700.63
HSV63°58°89°
CMYK 0.030.000.58   0.11
XYZ59.049870.980021.4147
Yxy70.98000.38990.4687
Hunter Lab84.2496-22.327843.9043
CIE-Lab87.4753-19.372462.0965

#dce35f color RGB value is (220,227,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100011 01011111
Octal 334 343 137
Decimal 220 227 95
Hex DC E3 5F

RGB Percentages of Color #dce35f

%40.59
%41.88
%17.53

CMYK Percentages of Color #dce35f

%3
%0
%58
%11

Triadic Colors of #dce35f

#dce35f #5fdce3 #e35fdc

Analogous Colors of #dce35f

#dce35f #9ae35f #e3a85f

Monochromatic Colors of #dce35f

#dce35f

Complementary Color

#dce35f #665fe3

#dce35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce35f Color CSS Codes

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

#dce35f Text Font Color

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

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


#dce35f Background Color

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

This div background color is #dce35f


#dce35f Border Color

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

This div border color is #dce35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce35f


Comments

No comments written yet.

Please login to write comment.