Color Hex Logo

#cdb552 Color Hex

#CDB552
(205,181,82)
0 Favorites   0 Comments

Color spaces of #cdb552

RGB 20518182
HSL0.130.550.56
HSV48°60°80°
CMYK 0.000.120.60   0.20
XYZ43.223746.636114.7062
Yxy46.63610.41340.4460
Hunter Lab68.2906-6.529335.0355
CIE-Lab73.9564-3.241852.4824

#cdb552 color RGB value is (205,181,82).

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

The process color (four color CMYK) of #cdb552 color hex is 0.00, 0.12, 0.60, 0.20. Web safe color of #cdb552 is #cccc66. Color #cdb552 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 01010010
Octal 315 265 122
Decimal 205 181 82
Hex CD B5 52

RGB Percentages of Color #cdb552

%43.80
%38.68
%17.52

CMYK Percentages of Color #cdb552

%0
%12
%60
%20

Triadic Colors of #cdb552

#cdb552 #52cdb5 #b552cd

Analogous Colors of #cdb552

#cdb552 #a8cd52 #cd7852

Monochromatic Colors of #cdb552

#cdb552

Complementary Color

#cdb552 #526acd

#cdb552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb552 Color CSS Codes

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

#cdb552 Text Font Color

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

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


#cdb552 Background Color

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

This div background color is #cdb552


#cdb552 Border Color

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

This div border color is #cdb552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb552


Comments

No comments written yet.

Please login to write comment.