Color Hex Logo

#deba15 Color Hex

#DEBA15
(222,186,21)
0 Favorites   0 Comments

Color spaces of #deba15

RGB 22218621
HSL0.140.830.48
HSV49°91°87°
CMYK 0.000.160.91   0.13
XYZ47.818550.70157.9755
Yxy50.70150.44900.4761
Hunter Lab71.2050-4.735143.2026
CIE-Lab76.4978-1.027975.7976

#deba15 color RGB value is (222,186,21).

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

The process color (four color CMYK) of #deba15 color hex is 0.00, 0.16, 0.91, 0.13. Web safe color of #deba15 is #cccc00. Color #deba15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 00010101
Octal 336 272 25
Decimal 222 186 21
Hex DE BA 15

RGB Percentages of Color #deba15

%51.75
%43.36
%4.90

CMYK Percentages of Color #deba15

%0
%16
%91
%13

Triadic Colors of #deba15

#deba15 #15deba #ba15de

Analogous Colors of #deba15

#deba15 #9ede15 #de5615

Monochromatic Colors of #deba15

#deba15

Complementary Color

#deba15 #1539de

#deba15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba15 Color CSS Codes

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

#deba15 Text Font Color

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

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


#deba15 Background Color

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

This div background color is #deba15


#deba15 Border Color

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

This div border color is #deba15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba15


Comments

No comments written yet.

Please login to write comment.