Color Hex Logo

#dce73f Color Hex

#DCE73F
(220,231,63)
0 Favorites   0 Comments

Color spaces of #dce73f

RGB 22023163
HSL0.180.780.58
HSV64°73°91°
CMYK 0.050.000.73   0.09
XYZ58.988372.726415.6312
Yxy72.72640.40030.4936
Hunter Lab85.2798-25.770648.8284
CIE-Lab88.3171-23.148975.1343

#dce73f color RGB value is (220,231,63).

#dce73f hex color red value is 220, green value is 231 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dce73f hue: 0.18 , saturation: 0.78 and the lightness value of dce73f is 0.58.

The process color (four color CMYK) of #dce73f color hex is 0.05, 0.00, 0.73, 0.09. Web safe color of #dce73f is #ccff33. Color #dce73f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100111 00111111
Octal 334 347 77
Decimal 220 231 63
Hex DC E7 3F

RGB Percentages of Color #dce73f

%42.80
%44.94
%12.26

CMYK Percentages of Color #dce73f

%5
%0
%73
%9

Triadic Colors of #dce73f

#dce73f #3fdce7 #e73fdc

Analogous Colors of #dce73f

#dce73f #88e73f #e79e3f

Monochromatic Colors of #dce73f

#dce73f

Complementary Color

#dce73f #4a3fe7

#dce73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce73f Color CSS Codes

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

#dce73f Text Font Color

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

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


#dce73f Background Color

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

This div background color is #dce73f


#dce73f Border Color

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

This div border color is #dce73f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce73f


Comments

No comments written yet.

Please login to write comment.