Color Hex Logo

#cdb031 Color Hex

#CDB031
(205,176,49)
0 Favorites   0 Comments

Color spaces of #cdb031

RGB 20517649
HSL0.140.610.50
HSV49°76°80°
CMYK 0.000.140.76   0.20
XYZ41.256544.25169.2727
Yxy44.25160.43530.4669
Hunter Lab66.5219-5.708638.3007
CIE-Lab72.3963-2.441464.4151

#cdb031 color RGB value is (205,176,49).

#cdb031 hex color red value is 205, green value is 176 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #cdb031 hue: 0.14 , saturation: 0.61 and the lightness value of cdb031 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 00110001
Octal 315 260 61
Decimal 205 176 49
Hex CD B0 31

RGB Percentages of Color #cdb031

%47.67
%40.93
%11.40

CMYK Percentages of Color #cdb031

%0
%14
%76
%20

Triadic Colors of #cdb031

#cdb031 #31cdb0 #b031cd

Analogous Colors of #cdb031

#cdb031 #9ccd31 #cd6231

Monochromatic Colors of #cdb031

#cdb031

Complementary Color

#cdb031 #314ecd

#cdb031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb031 Color CSS Codes

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

#cdb031 Text Font Color

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

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


#cdb031 Background Color

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

This div background color is #cdb031


#cdb031 Border Color

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

This div border color is #cdb031


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,176,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb031


Comments

No comments written yet.

Please login to write comment.