Color Hex Logo

#deba01 Color Hex

#DEBA01
(222,186,1)
0 Favorites   0 Comments

Color spaces of #deba01

RGB 2221861
HSL0.140.990.44
HSV50°100°87°
CMYK 0.000.161.00   0.13
XYZ47.688650.64967.2916
Yxy50.64960.45150.4795
Hunter Lab71.1685-4.935743.7434
CIE-Lab76.4663-1.252278.2069

#deba01 color RGB value is (222,186,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 00000001
Octal 336 272 1
Decimal 222 186 1
Hex DE BA 1

RGB Percentages of Color #deba01

%54.28
%45.48
%0.24

CMYK Percentages of Color #deba01

%0
%16
%100
%13

Triadic Colors of #deba01

#deba01 #01deba #ba01de

Analogous Colors of #deba01

#deba01 #94de01 #de4c01

Monochromatic Colors of #deba01

#deba01

Complementary Color

#deba01 #0125de

#deba01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba01 Color CSS Codes

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

#deba01 Text Font Color

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

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


#deba01 Background Color

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

This div background color is #deba01


#deba01 Border Color

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

This div border color is #deba01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba01


Comments

No comments written yet.

Please login to write comment.