Color Hex Logo

#dce43b Color Hex

#DCE43B
(220,228,59)
0 Favorites   0 Comments

Color spaces of #dce43b

RGB 22022859
HSL0.170.760.56
HSV63°74°89°
CMYK 0.040.000.74   0.11
XYZ58.048071.018214.7861
Yxy71.01820.40350.4937
Hunter Lab84.2723-24.523148.5878
CIE-Lab87.4938-21.878975.6373

#dce43b color RGB value is (220,228,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 00111011
Octal 334 344 73
Decimal 220 228 59
Hex DC E4 3B

RGB Percentages of Color #dce43b

%43.39
%44.97
%11.64

CMYK Percentages of Color #dce43b

%4
%0
%74
%11

Triadic Colors of #dce43b

#dce43b #3bdce4 #e43bdc

Analogous Colors of #dce43b

#dce43b #88e43b #e4983b

Monochromatic Colors of #dce43b

#dce43b

Complementary Color

#dce43b #433be4

#dce43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce43b Color CSS Codes

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

#dce43b Text Font Color

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

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


#dce43b Background Color

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

This div background color is #dce43b


#dce43b Border Color

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

This div border color is #dce43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce43b


Comments

No comments written yet.

Please login to write comment.