Color Hex Logo

#cdb053 Color Hex

#CDB053
(205,176,83)
0 Favorites   0 Comments

Color spaces of #cdb053

RGB 20517683
HSL0.130.550.56
HSV46°60°80°
CMYK 0.000.140.60   0.20
XYZ42.263544.654314.5752
Yxy44.65430.41640.4400
Hunter Lab66.8239-4.047533.8448
CIE-Lab72.6637-0.538250.5592

#cdb053 color RGB value is (205,176,83).

#cdb053 hex color red value is 205, green value is 176 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #cdb053 hue: 0.13 , saturation: 0.55 and the lightness value of cdb053 is 0.56.

The process color (four color CMYK) of #cdb053 color hex is 0.00, 0.14, 0.60, 0.20. Web safe color of #cdb053 is #cc9966. Color #cdb053 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 01010011
Octal 315 260 123
Decimal 205 176 83
Hex CD B0 53

RGB Percentages of Color #cdb053

%44.18
%37.93
%17.89

CMYK Percentages of Color #cdb053

%0
%14
%60
%20

Triadic Colors of #cdb053

#cdb053 #53cdb0 #b053cd

Analogous Colors of #cdb053

#cdb053 #adcd53 #cd7353

Monochromatic Colors of #cdb053

#cdb053

Complementary Color

#cdb053 #5370cd

#cdb053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb053 Color CSS Codes

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

#cdb053 Text Font Color

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

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


#cdb053 Background Color

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

This div background color is #cdb053


#cdb053 Border Color

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

This div border color is #cdb053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb053


Comments

No comments written yet.

Please login to write comment.