Color Hex Logo

#cdb327 Color Hex

#CDB327
(205,179,39)
0 Favorites   0 Comments

Color spaces of #cdb327

RGB 20517939
HSL0.140.680.48
HSV51°81°80°
CMYK 0.000.130.81   0.20
XYZ41.663145.36588.4801
Yxy45.36580.43620.4750
Hunter Lab67.3541-7.455439.6831
CIE-Lab73.1321-4.373168.2657

#cdb327 color RGB value is (205,179,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110011 00100111
Octal 315 263 47
Decimal 205 179 39
Hex CD B3 27

RGB Percentages of Color #cdb327

%48.46
%42.32
%9.22

CMYK Percentages of Color #cdb327

%0
%13
%81
%20

Triadic Colors of #cdb327

#cdb327 #27cdb3 #b327cd

Analogous Colors of #cdb327

#cdb327 #94cd27 #cd6027

Monochromatic Colors of #cdb327

#cdb327

Complementary Color

#cdb327 #2741cd

#cdb327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb327 Color CSS Codes

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

#cdb327 Text Font Color

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

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


#cdb327 Background Color

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

This div background color is #cdb327


#cdb327 Border Color

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

This div border color is #cdb327


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,179,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 #cdb327">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb327


Comments

No comments written yet.

Please login to write comment.