Color Hex Logo

#cdb527 Color Hex

#CDB527
(205,181,39)
0 Favorites   0 Comments

Color spaces of #cdb527

RGB 20518139
HSL0.140.680.48
HSV51°81°80°
CMYK 0.000.120.81   0.20
XYZ42.066946.17348.6146
Yxy46.17340.43430.4767
Hunter Lab67.9510-8.409040.0491
CIE-Lab73.6579-5.416468.7231

#cdb527 color RGB value is (205,181,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 00100111
Octal 315 265 47
Decimal 205 181 39
Hex CD B5 27

RGB Percentages of Color #cdb527

%48.24
%42.59
%9.18

CMYK Percentages of Color #cdb527

%0
%12
%81
%20

Triadic Colors of #cdb527

#cdb527 #27cdb5 #b527cd

Analogous Colors of #cdb527

#cdb527 #92cd27 #cd6227

Monochromatic Colors of #cdb527

#cdb527

Complementary Color

#cdb527 #273fcd

#cdb527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb527 Color CSS Codes

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

#cdb527 Text Font Color

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

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


#cdb527 Background Color

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

This div background color is #cdb527


#cdb527 Border Color

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

This div border color is #cdb527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb527


Comments

No comments written yet.

Please login to write comment.