Color Hex Logo

#cd8b33 Color Hex

#CD8B33
(205,139,51)
0 Favorites   0 Comments

Color spaces of #cd8b33

RGB 20513951
HSL0.100.610.50
HSV34°75°80°
CMYK 0.000.320.75   0.20
XYZ35.007031.68347.4024
Yxy31.68340.47250.4276
Hunter Lab56.288012.509831.6044
CIE-Lab63.080317.542654.7184

#cd8b33 color RGB value is (205,139,51).

#cd8b33 hex color red value is 205, green value is 139 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #cd8b33 hue: 0.10 , saturation: 0.61 and the lightness value of cd8b33 is 0.50.

The process color (four color CMYK) of #cd8b33 color hex is 0.00, 0.32, 0.75, 0.20. Web safe color of #cd8b33 is #cc9933. Color #cd8b33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001011 00110011
Octal 315 213 63
Decimal 205 139 51
Hex CD 8B 33

RGB Percentages of Color #cd8b33

%51.90
%35.19
%12.91

CMYK Percentages of Color #cd8b33

%0
%32
%75
%20

Triadic Colors of #cd8b33

#cd8b33 #33cd8b #8b33cd

Analogous Colors of #cd8b33

#cd8b33 #c2cd33 #cd3e33

Monochromatic Colors of #cd8b33

#cd8b33

Complementary Color

#cd8b33 #3375cd

#cd8b33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd8b33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd8b33 Color CSS Codes

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

#cd8b33 Text Font Color

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

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


#cd8b33 Background Color

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

This div background color is #cd8b33


#cd8b33 Border Color

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

This div border color is #cd8b33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd8b33


Comments

No comments written yet.

Please login to write comment.