Color Hex Logo

#cdb326 Color Hex

#CDB326
(205,179,38)
0 Favorites   0 Comments

Color spaces of #cdb326

RGB 20517938
HSL0.140.690.48
HSV51°81°80°
CMYK 0.000.130.81   0.20
XYZ41.646845.35938.3939
Yxy45.35930.43650.4755
Hunter Lab67.3493-7.482239.7551
CIE-Lab73.1279-4.404368.5488

#cdb326 color RGB value is (205,179,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110011 00100110
Octal 315 263 46
Decimal 205 179 38
Hex CD B3 26

RGB Percentages of Color #cdb326

%48.58
%42.42
%9.00

CMYK Percentages of Color #cdb326

%0
%13
%81
%20

Triadic Colors of #cdb326

#cdb326 #26cdb3 #b326cd

Analogous Colors of #cdb326

#cdb326 #94cd26 #cd5f26

Monochromatic Colors of #cdb326

#cdb326

Complementary Color

#cdb326 #2640cd

#cdb326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb326 Color CSS Codes

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

#cdb326 Text Font Color

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

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


#cdb326 Background Color

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

This div background color is #cdb326


#cdb326 Border Color

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

This div border color is #cdb326


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb326


Comments

No comments written yet.

Please login to write comment.