Color Hex Logo

#cdb441 Color Hex

#CDB441
(205,180,65)
0 Favorites   0 Comments

Color spaces of #cdb441

RGB 20518065
HSL0.140.580.53
HSV49°68°80°
CMYK 0.000.120.68   0.20
XYZ42.452246.003311.6431
Yxy46.00330.42410.4596
Hunter Lab67.8257-6.971737.3002
CIE-Lab73.5477-3.781459.4634

#cdb441 color RGB value is (205,180,65).

#cdb441 hex color red value is 205, green value is 180 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #cdb441 hue: 0.14 , saturation: 0.58 and the lightness value of cdb441 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 01000001
Octal 315 264 101
Decimal 205 180 65
Hex CD B4 41

RGB Percentages of Color #cdb441

%45.56
%40.00
%14.44

CMYK Percentages of Color #cdb441

%0
%12
%68
%20

Triadic Colors of #cdb441

#cdb441 #41cdb4 #b441cd

Analogous Colors of #cdb441

#cdb441 #a0cd41 #cd6e41

Monochromatic Colors of #cdb441

#cdb441

Complementary Color

#cdb441 #415acd

#cdb441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb441 Color CSS Codes

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

#cdb441 Text Font Color

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

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


#cdb441 Background Color

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

This div background color is #cdb441


#cdb441 Border Color

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

This div border color is #cdb441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb441


Comments

No comments written yet.

Please login to write comment.