Color Hex Logo

#cdb422 Color Hex

#CDB422
(205,180,34)
0 Favorites   0 Comments

Color spaces of #cdb422

RGB 20518034
HSL0.140.720.47
HSV51°83°80°
CMYK 0.000.120.83   0.20
XYZ41.786845.73718.1391
Yxy45.73710.43680.4781
Hunter Lab67.6292-8.059440.2050
CIE-Lab73.3746-5.042969.8444

#cdb422 color RGB value is (205,180,34).

#cdb422 hex color red value is 205, green value is 180 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #cdb422 hue: 0.14 , saturation: 0.72 and the lightness value of cdb422 is 0.47.

The process color (four color CMYK) of #cdb422 color hex is 0.00, 0.12, 0.83, 0.20. Web safe color of #cdb422 is #cccc33. Color #cdb422 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 00100010
Octal 315 264 42
Decimal 205 180 34
Hex CD B4 22

RGB Percentages of Color #cdb422

%48.93
%42.96
%8.11

CMYK Percentages of Color #cdb422

%0
%12
%83
%20

Triadic Colors of #cdb422

#cdb422 #22cdb4 #b422cd

Analogous Colors of #cdb422

#cdb422 #91cd22 #cd5e22

Monochromatic Colors of #cdb422

#cdb422

Complementary Color

#cdb422 #223bcd

#cdb422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb422 Color CSS Codes

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

#cdb422 Text Font Color

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

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


#cdb422 Background Color

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

This div background color is #cdb422


#cdb422 Border Color

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

This div border color is #cdb422


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,180,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 #cdb422">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb422


Comments

No comments written yet.

Please login to write comment.