Color Hex Logo

#dce42b Color Hex

#DCE42B
(220,228,43)
0 Favorites   0 Comments

Color spaces of #dce42b

RGB 22022843
HSL0.170.770.53
HSV63°81°89°
CMYK 0.040.000.81   0.11
XYZ57.694670.876912.9253
Yxy70.87690.40770.5009
Hunter Lab84.1884-25.003149.8292
CIE-Lab87.4252-22.445580.0260

#dce42b color RGB value is (220,228,43).

#dce42b hex color red value is 220, green value is 228 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dce42b hue: 0.17 , saturation: 0.77 and the lightness value of dce42b is 0.53.

The process color (four color CMYK) of #dce42b color hex is 0.04, 0.00, 0.81, 0.11. Web safe color of #dce42b is #cccc33. Color #dce42b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 00101011
Octal 334 344 53
Decimal 220 228 43
Hex DC E4 2B

RGB Percentages of Color #dce42b

%44.81
%46.44
%8.76

CMYK Percentages of Color #dce42b

%4
%0
%81
%11

Triadic Colors of #dce42b

#dce42b #2bdce4 #e42bdc

Analogous Colors of #dce42b

#dce42b #80e42b #e4902b

Monochromatic Colors of #dce42b

#dce42b

Complementary Color

#dce42b #332be4

#dce42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce42b Color CSS Codes

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

#dce42b Text Font Color

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

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


#dce42b Background Color

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

This div background color is #dce42b


#dce42b Border Color

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

This div border color is #dce42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce42b


Comments

No comments written yet.

Please login to write comment.