Color Hex Logo

#cdb941 Color Hex

#CDB941
(205,185,65)
0 Favorites   0 Comments

Color spaces of #cdb941

RGB 20518565
HSL0.140.580.53
HSV51°68°80°
CMYK 0.000.100.68   0.20
XYZ43.479948.058711.9856
Yxy48.05870.42000.4642
Hunter Lab69.3244-9.363438.2763
CIE-Lab74.8619-6.386860.8075

#cdb941 color RGB value is (205,185,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 01000001
Octal 315 271 101
Decimal 205 185 65
Hex CD B9 41

RGB Percentages of Color #cdb941

%45.05
%40.66
%14.29

CMYK Percentages of Color #cdb941

%0
%10
%68
%20

Triadic Colors of #cdb941

#cdb941 #41cdb9 #b941cd

Analogous Colors of #cdb941

#cdb941 #9bcd41 #cd7341

Monochromatic Colors of #cdb941

#cdb941

Complementary Color

#cdb941 #4155cd

#cdb941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb941 Color CSS Codes

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

#cdb941 Text Font Color

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

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


#cdb941 Background Color

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

This div background color is #cdb941


#cdb941 Border Color

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

This div border color is #cdb941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb941


Comments

No comments written yet.

Please login to write comment.