Color Hex Logo

#c88425 Color Hex

#C88425
(200,132,37)
0 Favorites   0 Comments

Color spaces of #c88425

RGB 20013237
HSL0.100.690.46
HSV35°82°78°
CMYK 0.000.340.82   0.22
XYZ32.404628.91555.6236
Yxy28.91550.48410.4319
Hunter Lab53.773113.464131.4406
CIE-Lab60.707018.661857.7720

#c88425 color RGB value is (200,132,37).

#c88425 hex color red value is 200, green value is 132 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #c88425 hue: 0.10 , saturation: 0.69 and the lightness value of c88425 is 0.46.

The process color (four color CMYK) of #c88425 color hex is 0.00, 0.34, 0.82, 0.22. Web safe color of #c88425 is #cc9933. Color #c88425 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000100 00100101
Octal 310 204 45
Decimal 200 132 37
Hex C8 84 25

RGB Percentages of Color #c88425

%54.20
%35.77
%10.03

CMYK Percentages of Color #c88425

%0
%34
%82
%22

Triadic Colors of #c88425

#c88425 #25c884 #8425c8

Analogous Colors of #c88425

#c88425 #bbc825 #c83325

Monochromatic Colors of #c88425

#c88425

Complementary Color

#c88425 #2569c8

#c88425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88425 Color CSS Codes

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

#c88425 Text Font Color

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

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


#c88425 Background Color

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

This div background color is #c88425


#c88425 Border Color

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

This div border color is #c88425


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,132,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c88425; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c88425;
  -webkit-box-shadow: 1px 1px 3px 2px #c88425;
  box-shadow:         1px 1px 3px 2px #c88425; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,132,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88425


Comments

No comments written yet.

Please login to write comment.