Color Hex Logo

#debc17 Color Hex

#DEBC17
(222,188,23)
0 Favorites   0 Comments

Color spaces of #debc17

RGB 22218823
HSL0.140.810.48
HSV50°90°87°
CMYK 0.000.150.90   0.13
XYZ48.262151.55798.2186
Yxy51.55790.44670.4772
Hunter Lab71.8038-5.680043.4764
CIE-Lab77.0157-2.034275.8487

#debc17 color RGB value is (222,188,23).

#debc17 hex color red value is 222, green value is 188 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #debc17 hue: 0.14 , saturation: 0.81 and the lightness value of debc17 is 0.48.

The process color (four color CMYK) of #debc17 color hex is 0.00, 0.15, 0.90, 0.13. Web safe color of #debc17 is #cccc00. Color #debc17 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111100 00010111
Octal 336 274 27
Decimal 222 188 23
Hex DE BC 17

RGB Percentages of Color #debc17

%51.27
%43.42
%5.31

CMYK Percentages of Color #debc17

%0
%15
%90
%13

Triadic Colors of #debc17

#debc17 #17debc #bc17de

Analogous Colors of #debc17

#debc17 #9dde17 #de5917

Monochromatic Colors of #debc17

#debc17

Complementary Color

#debc17 #1739de

#debc17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debc17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debc17 Color CSS Codes

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

#debc17 Text Font Color

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

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


#debc17 Background Color

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

This div background color is #debc17


#debc17 Border Color

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

This div border color is #debc17


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,188,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #debc17; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #debc17;
  -webkit-box-shadow: 1px 1px 3px 2px #debc17;
  box-shadow:         1px 1px 3px 2px #debc17; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,188,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debc17


Comments

No comments written yet.

Please login to write comment.