Color Hex Logo

#dcbe22 Color Hex

#DCBE22
(220,190,34)
0 Favorites   0 Comments

Color spaces of #dcbe22

RGB 22019034
HSL0.140.730.50
HSV50°85°86°
CMYK 0.000.140.85   0.14
XYZ48.217452.15809.0396
Yxy52.15800.44070.4767
Hunter Lab72.2205-7.211943.1332
CIE-Lab77.3752-3.707073.7429

#dcbe22 color RGB value is (220,190,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 00100010
Octal 334 276 42
Decimal 220 190 34
Hex DC BE 22

RGB Percentages of Color #dcbe22

%49.55
%42.79
%7.66

CMYK Percentages of Color #dcbe22

%0
%14
%85
%14

Triadic Colors of #dcbe22

#dcbe22 #22dcbe #be22dc

Analogous Colors of #dcbe22

#dcbe22 #9ddc22 #dc6122

Monochromatic Colors of #dcbe22

#dcbe22

Complementary Color

#dcbe22 #2240dc

#dcbe22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbe22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbe22 Color CSS Codes

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

#dcbe22 Text Font Color

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

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


#dcbe22 Background Color

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

This div background color is #dcbe22


#dcbe22 Border Color

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

This div border color is #dcbe22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbe22


Comments

No comments written yet.

Please login to write comment.