Color Hex Logo

#cd941c Color Hex

#CD941C
(205,148,28)
0 Favorites   0 Comments

Color spaces of #cd941c

RGB 20514828
HSL0.110.760.46
HSV41°86°80°
CMYK 0.000.280.86   0.20
XYZ35.976334.24285.8120
Yxy34.24280.47320.4504
Hunter Lab58.51737.335935.0734
CIE-Lab65.154811.878764.6181

#cd941c color RGB value is (205,148,28).

#cd941c hex color red value is 205, green value is 148 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cd941c hue: 0.11 , saturation: 0.76 and the lightness value of cd941c is 0.46.

The process color (four color CMYK) of #cd941c color hex is 0.00, 0.28, 0.86, 0.20. Web safe color of #cd941c is #cc9933. Color #cd941c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010100 00011100
Octal 315 224 34
Decimal 205 148 28
Hex CD 94 1C

RGB Percentages of Color #cd941c

%53.81
%38.85
%7.35

CMYK Percentages of Color #cd941c

%0
%28
%86
%20

Triadic Colors of #cd941c

#cd941c #1ccd94 #941ccd

Analogous Colors of #cd941c

#cd941c #aecd1c #cd3b1c

Monochromatic Colors of #cd941c

#cd941c

Complementary Color

#cd941c #1c55cd

#cd941c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd941c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd941c Color CSS Codes

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

#cd941c Text Font Color

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

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


#cd941c Background Color

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

This div background color is #cd941c


#cd941c Border Color

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

This div border color is #cd941c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd941c


Comments

No comments written yet.

Please login to write comment.