Color Hex Logo

#cdb122 Color Hex

#CDB122
(205,177,34)
0 Favorites   0 Comments

Color spaces of #cdb122

RGB 20517734
HSL0.140.720.47
HSV50°83°80°
CMYK 0.000.140.83   0.20
XYZ41.187744.53897.9394
Yxy44.53890.43970.4755
Hunter Lab66.7375-6.627539.6628
CIE-Lab72.5872-3.474769.1816

#cdb122 color RGB value is (205,177,34).

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

The process color (four color CMYK) of #cdb122 color hex is 0.00, 0.14, 0.83, 0.20. Web safe color of #cdb122 is #cc9933. Color #cdb122 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 00100010
Octal 315 261 42
Decimal 205 177 34
Hex CD B1 22

RGB Percentages of Color #cdb122

%49.28
%42.55
%8.17

CMYK Percentages of Color #cdb122

%0
%14
%83
%20

Triadic Colors of #cdb122

#cdb122 #22cdb1 #b122cd

Analogous Colors of #cdb122

#cdb122 #94cd22 #cd5c22

Monochromatic Colors of #cdb122

#cdb122

Complementary Color

#cdb122 #223ecd

#cdb122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb122 Color CSS Codes

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

#cdb122 Text Font Color

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

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


#cdb122 Background Color

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

This div background color is #cdb122


#cdb122 Border Color

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

This div border color is #cdb122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb122


Comments

No comments written yet.

Please login to write comment.