Color Hex Logo

#dce63b Color Hex

#DCE63B
(220,230,59)
0 Favorites   0 Comments

Color spaces of #dce63b

RGB 22023059
HSL0.180.770.57
HSV64°74°90°
CMYK 0.040.000.74   0.10
XYZ58.601472.125014.9706
Yxy72.12500.40220.4950
Hunter Lab84.9264-25.451748.9970
CIE-Lab88.0287-22.840676.1337

#dce63b color RGB value is (220,230,59).

#dce63b hex color red value is 220, green value is 230 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dce63b hue: 0.18 , saturation: 0.77 and the lightness value of dce63b is 0.57.

The process color (four color CMYK) of #dce63b color hex is 0.04, 0.00, 0.74, 0.10. Web safe color of #dce63b is #ccff33. Color #dce63b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 00111011
Octal 334 346 73
Decimal 220 230 59
Hex DC E6 3B

RGB Percentages of Color #dce63b

%43.22
%45.19
%11.59

CMYK Percentages of Color #dce63b

%4
%0
%74
%10

Triadic Colors of #dce63b

#dce63b #3bdce6 #e63bdc

Analogous Colors of #dce63b

#dce63b #87e63b #e69b3b

Monochromatic Colors of #dce63b

#dce63b

Complementary Color

#dce63b #453be6

#dce63b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce63b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce63b Color CSS Codes

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

#dce63b Text Font Color

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

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


#dce63b Background Color

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

This div background color is #dce63b


#dce63b Border Color

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

This div border color is #dce63b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,230,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 #dce63b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce63b


Comments

No comments written yet.

Please login to write comment.