Color Hex Logo

#dcbe2a Color Hex

#DCBE2A
(220,190,42)
0 Favorites   0 Comments

Color spaces of #dcbe2a

RGB 22019042
HSL0.140.720.51
HSV50°81°86°
CMYK 0.000.140.81   0.14
XYZ48.346652.20979.7198
Yxy52.20970.43840.4734
Hunter Lab72.2563-7.014342.6038
CIE-Lab77.4061-3.484071.6604

#dcbe2a color RGB value is (220,190,42).

#dcbe2a hex color red value is 220, green value is 190 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dcbe2a hue: 0.14 , saturation: 0.72 and the lightness value of dcbe2a is 0.51.

The process color (four color CMYK) of #dcbe2a color hex is 0.00, 0.14, 0.81, 0.14. Web safe color of #dcbe2a is #cccc33. Color #dcbe2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 00101010
Octal 334 276 52
Decimal 220 190 42
Hex DC BE 2A

RGB Percentages of Color #dcbe2a

%48.67
%42.04
%9.29

CMYK Percentages of Color #dcbe2a

%0
%14
%81
%14

Triadic Colors of #dcbe2a

#dcbe2a #2adcbe #be2adc

Analogous Colors of #dcbe2a

#dcbe2a #a1dc2a #dc652a

Monochromatic Colors of #dcbe2a

#dcbe2a

Complementary Color

#dcbe2a #2a48dc

#dcbe2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbe2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbe2a Color CSS Codes

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

#dcbe2a Text Font Color

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

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


#dcbe2a Background Color

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

This div background color is #dcbe2a


#dcbe2a Border Color

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

This div border color is #dcbe2a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,190,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbe2a


Comments

No comments written yet.

Please login to write comment.