Color Hex Logo

#dce90e Color Hex

#DCE90E
(220,233,14)
0 Favorites   0 Comments

Color spaces of #dce90e

RGB 22023314
HSL0.180.890.48
HSV64°94°91°
CMYK 0.060.000.94   0.09
XYZ58.733473.525211.5117
Yxy73.52520.40850.5114
Hunter Lab85.7468-27.791152.0630
CIE-Lab88.6976-25.404485.9424

#dce90e color RGB value is (220,233,14).

#dce90e hex color red value is 220, green value is 233 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dce90e hue: 0.18 , saturation: 0.89 and the lightness value of dce90e is 0.48.

The process color (four color CMYK) of #dce90e color hex is 0.06, 0.00, 0.94, 0.09. Web safe color of #dce90e is #ccff00. Color #dce90e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101001 00001110
Octal 334 351 16
Decimal 220 233 14
Hex DC E9 E

RGB Percentages of Color #dce90e

%47.11
%49.89
%3.00

CMYK Percentages of Color #dce90e

%6
%0
%94
%9

Triadic Colors of #dce90e

#dce90e #0edce9 #e90edc

Analogous Colors of #dce90e

#dce90e #6fe90e #e9890e

Monochromatic Colors of #dce90e

#dce90e

Complementary Color

#dce90e #1b0ee9

#dce90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce90e Color CSS Codes

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

#dce90e Text Font Color

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

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


#dce90e Background Color

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

This div background color is #dce90e


#dce90e Border Color

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

This div border color is #dce90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce90e


Comments

No comments written yet.

Please login to write comment.