Color Hex Logo

#decb58 Color Hex

#DECB58
(222,203,88)
0 Favorites   0 Comments

Color spaces of #decb58

RGB 22220388
HSL0.140.670.61
HSV51°60°87°
CMYK 0.000.090.60   0.13
XYZ53.241658.946017.8041
Yxy58.94600.40960.4535
Hunter Lab76.7763-10.575239.9943
CIE-Lab81.2619-7.064458.3267

#decb58 color RGB value is (222,203,88).

#decb58 hex color red value is 222, green value is 203 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #decb58 hue: 0.14 , saturation: 0.67 and the lightness value of decb58 is 0.61.

The process color (four color CMYK) of #decb58 color hex is 0.00, 0.09, 0.60, 0.13. Web safe color of #decb58 is #cccc66. Color #decb58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001011 01011000
Octal 336 313 130
Decimal 222 203 88
Hex DE CB 58

RGB Percentages of Color #decb58

%43.27
%39.57
%17.15

CMYK Percentages of Color #decb58

%0
%9
%60
%13

Triadic Colors of #decb58

#decb58 #58decb #cb58de

Analogous Colors of #decb58

#decb58 #aede58 #de8858

Monochromatic Colors of #decb58

#decb58

Complementary Color

#decb58 #586bde

#decb58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decb58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#decb58 Color CSS Codes

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

#decb58 Text Font Color

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

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


#decb58 Background Color

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

This div background color is #decb58


#decb58 Border Color

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

This div border color is #decb58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decb58


Comments

No comments written yet.

Please login to write comment.