Color Hex Logo

#debe03 Color Hex

#DEBE03
(222,190,3)
0 Favorites   0 Comments

Color spaces of #debe03

RGB 2221903
HSL0.140.970.44
HSV51°99°87°
CMYK 0.000.140.99   0.13
XYZ48.554152.36317.6342
Yxy52.36310.44730.4824
Hunter Lab72.3624-6.863244.3986
CIE-Lab77.4975-3.307878.7322

#debe03 color RGB value is (222,190,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 00000011
Octal 336 276 3
Decimal 222 190 3
Hex DE BE 3

RGB Percentages of Color #debe03

%53.49
%45.78
%0.72

CMYK Percentages of Color #debe03

%0
%14
%99
%13

Triadic Colors of #debe03

#debe03 #03debe #be03de

Analogous Colors of #debe03

#debe03 #91de03 #de5103

Monochromatic Colors of #debe03

#debe03

Complementary Color

#debe03 #0323de

#debe03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debe03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debe03 Color CSS Codes

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

#debe03 Text Font Color

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

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


#debe03 Background Color

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

This div background color is #debe03


#debe03 Border Color

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

This div border color is #debe03


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,190,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 #debe03">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debe03


Comments

No comments written yet.

Please login to write comment.