Color Hex Logo

#dec303 Color Hex

#DEC303
(222,195,3)
0 Favorites   0 Comments

Color spaces of #dec303

RGB 2221953
HSL0.150.970.44
HSV53°99°87°
CMYK 0.000.120.99   0.13
XYZ49.655754.56648.0014
Yxy54.56640.44250.4862
Hunter Lab73.8691-9.281045.2861
CIE-Lab78.7909-5.882579.6606

#dec303 color RGB value is (222,195,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 00000011
Octal 336 303 3
Decimal 222 195 3
Hex DE C3 3

RGB Percentages of Color #dec303

%52.86
%46.43
%0.71

CMYK Percentages of Color #dec303

%0
%12
%99
%13

Triadic Colors of #dec303

#dec303 #03dec3 #c303de

Analogous Colors of #dec303

#dec303 #8cde03 #de5603

Monochromatic Colors of #dec303

#dec303

Complementary Color

#dec303 #031ede

#dec303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec303 Color CSS Codes

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

#dec303 Text Font Color

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

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


#dec303 Background Color

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

This div background color is #dec303


#dec303 Border Color

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

This div border color is #dec303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec303


Comments

No comments written yet.

Please login to write comment.