Color Hex Logo

#dec41b Color Hex

#DEC41B
(222,196,27)
0 Favorites   0 Comments

Color spaces of #dec41b

RGB 22219627
HSL0.140.780.49
HSV52°88°87°
CMYK 0.000.120.88   0.13
XYZ50.062055.08869.0315
Yxy55.08860.43840.4825
Hunter Lab74.2217-9.491044.7406
CIE-Lab79.0923-6.086476.7294

#dec41b color RGB value is (222,196,27).

#dec41b hex color red value is 222, green value is 196 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dec41b hue: 0.14 , saturation: 0.78 and the lightness value of dec41b is 0.49.

The process color (four color CMYK) of #dec41b color hex is 0.00, 0.12, 0.88, 0.13. Web safe color of #dec41b is #cccc33. Color #dec41b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000100 00011011
Octal 336 304 33
Decimal 222 196 27
Hex DE C4 1B

RGB Percentages of Color #dec41b

%49.89
%44.04
%6.07

CMYK Percentages of Color #dec41b

%0
%12
%88
%13

Triadic Colors of #dec41b

#dec41b #1bdec4 #c41bde

Analogous Colors of #dec41b

#dec41b #97de1b #de631b

Monochromatic Colors of #dec41b

#dec41b

Complementary Color

#dec41b #1b35de

#dec41b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec41b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec41b Color CSS Codes

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

#dec41b Text Font Color

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

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


#dec41b Background Color

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

This div background color is #dec41b


#dec41b Border Color

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

This div border color is #dec41b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec41b


Comments

No comments written yet.

Please login to write comment.