Color Hex Logo

#dcbe13 Color Hex

#DCBE13
(220,190,19)
0 Favorites   0 Comments

Color spaces of #dcbe13

RGB 22019019
HSL0.140.840.47
HSV51°91°86°
CMYK 0.000.140.91   0.14
XYZ48.046252.08968.1381
Yxy52.08960.44370.4811
Hunter Lab72.1731-7.474243.8358
CIE-Lab77.3344-4.003576.6750

#dcbe13 color RGB value is (220,190,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 00010011
Octal 334 276 23
Decimal 220 190 19
Hex DC BE 13

RGB Percentages of Color #dcbe13

%51.28
%44.29
%4.43

CMYK Percentages of Color #dcbe13

%0
%14
%91
%14

Triadic Colors of #dcbe13

#dcbe13 #13dcbe #be13dc

Analogous Colors of #dcbe13

#dcbe13 #96dc13 #dc5a13

Monochromatic Colors of #dcbe13

#dcbe13

Complementary Color

#dcbe13 #1331dc

#dcbe13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbe13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbe13 Color CSS Codes

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

#dcbe13 Text Font Color

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

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


#dcbe13 Background Color

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

This div background color is #dcbe13


#dcbe13 Border Color

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

This div border color is #dcbe13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbe13


Comments

No comments written yet.

Please login to write comment.