Color Hex Logo

#cd951f Color Hex

#CD951F
(205,149,31)
0 Favorites   0 Comments

Color spaces of #cd951f

RGB 20514931
HSL0.110.740.46
HSV41°85°80°
CMYK 0.000.270.85   0.20
XYZ36.171634.57306.0631
Yxy34.57300.47090.4501
Hunter Lab58.79886.910935.0454
CIE-Lab65.414911.411263.9971

#cd951f color RGB value is (205,149,31).

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

The process color (four color CMYK) of #cd951f color hex is 0.00, 0.27, 0.85, 0.20. Web safe color of #cd951f is #cc9933. Color #cd951f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010101 00011111
Octal 315 225 37
Decimal 205 149 31
Hex CD 95 1F

RGB Percentages of Color #cd951f

%53.25
%38.70
%8.05

CMYK Percentages of Color #cd951f

%0
%27
%85
%20

Triadic Colors of #cd951f

#cd951f #1fcd95 #951fcd

Analogous Colors of #cd951f

#cd951f #aecd1f #cd3e1f

Monochromatic Colors of #cd951f

#cd951f

Complementary Color

#cd951f #1f57cd

#cd951f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd951f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd951f Color CSS Codes

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

#cd951f Text Font Color

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

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


#cd951f Background Color

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

This div background color is #cd951f


#cd951f Border Color

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

This div border color is #cd951f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd951f


Comments

No comments written yet.

Please login to write comment.