Color Hex Logo

#cdb548 Color Hex

#CDB548
(205,181,72)
0 Favorites   0 Comments

Color spaces of #cdb548

RGB 20518172
HSL0.140.570.54
HSV49°65°80°
CMYK 0.000.120.65   0.20
XYZ42.870446.494812.8458
Yxy46.49480.41940.4549
Hunter Lab68.1871-7.101436.5613
CIE-Lab73.8655-3.900256.8492

#cdb548 color RGB value is (205,181,72).

#cdb548 hex color red value is 205, green value is 181 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cdb548 hue: 0.14 , saturation: 0.57 and the lightness value of cdb548 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 01001000
Octal 315 265 110
Decimal 205 181 72
Hex CD B5 48

RGB Percentages of Color #cdb548

%44.76
%39.52
%15.72

CMYK Percentages of Color #cdb548

%0
%12
%65
%20

Triadic Colors of #cdb548

#cdb548 #48cdb5 #b548cd

Analogous Colors of #cdb548

#cdb548 #a3cd48 #cd7348

Monochromatic Colors of #cdb548

#cdb548

Complementary Color

#cdb548 #4860cd

#cdb548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb548 Color CSS Codes

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

#cdb548 Text Font Color

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

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


#cdb548 Background Color

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

This div background color is #cdb548


#cdb548 Border Color

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

This div border color is #cdb548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb548


Comments

No comments written yet.

Please login to write comment.