Color Hex Logo

#c69453 Color Hex

#C69453
(198,148,83)
0 Favorites   0 Comments

Color spaces of #c69453

RGB 19814883
HSL0.090.500.55
HSV34°58°78°
CMYK 0.000.250.58   0.22
XYZ35.439933.810112.8417
Yxy33.81010.43170.4119
Hunter Lab58.14657.038327.6083
CIE-Lab64.811611.551841.2494

#c69453 color RGB value is (198,148,83).

#c69453 hex color red value is 198, green value is 148 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #c69453 hue: 0.09 , saturation: 0.50 and the lightness value of c69453 is 0.55.

The process color (four color CMYK) of #c69453 color hex is 0.00, 0.25, 0.58, 0.22. Web safe color of #c69453 is #cc9966. Color #c69453 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010100 01010011
Octal 306 224 123
Decimal 198 148 83
Hex C6 94 53

RGB Percentages of Color #c69453

%46.15
%34.50
%19.35

CMYK Percentages of Color #c69453

%0
%25
%58
%22

Triadic Colors of #c69453

#c69453 #53c694 #9453c6

Analogous Colors of #c69453

#c69453 #bfc653 #c65b53

Monochromatic Colors of #c69453

#c69453

Complementary Color

#c69453 #5385c6

#c69453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69453 Color CSS Codes

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

#c69453 Text Font Color

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

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


#c69453 Background Color

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

This div background color is #c69453


#c69453 Border Color

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

This div border color is #c69453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69453


Comments

No comments written yet.

Please login to write comment.