Color Hex Logo

#dce15b Color Hex

#DCE15B
(220,225,91)
0 Favorites   0 Comments

Color spaces of #dce15b

RGB 22022591
HSL0.170.690.62
HSV62°60°88°
CMYK 0.020.000.60   0.12
XYZ58.328769.821420.3002
Yxy69.82140.39290.4703
Hunter Lab83.5592-21.626244.0873
CIE-Lab86.9092-18.676263.1742

#dce15b color RGB value is (220,225,91).

#dce15b hex color red value is 220, green value is 225 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dce15b hue: 0.17 , saturation: 0.69 and the lightness value of dce15b is 0.62.

The process color (four color CMYK) of #dce15b color hex is 0.02, 0.00, 0.60, 0.12. Web safe color of #dce15b is #cccc66. Color #dce15b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 01011011
Octal 334 341 133
Decimal 220 225 91
Hex DC E1 5B

RGB Percentages of Color #dce15b

%41.04
%41.98
%16.98

CMYK Percentages of Color #dce15b

%2
%0
%60
%12

Triadic Colors of #dce15b

#dce15b #5bdce1 #e15bdc

Analogous Colors of #dce15b

#dce15b #99e15b #e1a35b

Monochromatic Colors of #dce15b

#dce15b

Complementary Color

#dce15b #605be1

#dce15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce15b Color CSS Codes

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

#dce15b Text Font Color

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

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


#dce15b Background Color

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

This div background color is #dce15b


#dce15b Border Color

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

This div border color is #dce15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce15b


Comments

No comments written yet.

Please login to write comment.