Color Hex Logo

#debb03 Color Hex

#DEBB03
(222,187,3)
0 Favorites   0 Comments

Color spaces of #debb03

RGB 2221873
HSL0.140.970.44
HSV50°99°87°
CMYK 0.000.160.99   0.13
XYZ47.911051.07687.4198
Yxy51.07680.45030.4800
Hunter Lab71.4680-5.405643.8721
CIE-Lab76.7255-1.752978.1806

#debb03 color RGB value is (222,187,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111011 00000011
Octal 336 273 3
Decimal 222 187 3
Hex DE BB 3

RGB Percentages of Color #debb03

%53.88
%45.39
%0.73

CMYK Percentages of Color #debb03

%0
%16
%99
%13

Triadic Colors of #debb03

#debb03 #03debb #bb03de

Analogous Colors of #debb03

#debb03 #94de03 #de4e03

Monochromatic Colors of #debb03

#debb03

Complementary Color

#debb03 #0326de

#debb03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debb03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debb03 Color CSS Codes

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

#debb03 Text Font Color

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

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


#debb03 Background Color

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

This div background color is #debb03


#debb03 Border Color

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

This div border color is #debb03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debb03


Comments

No comments written yet.

Please login to write comment.