Color Hex Logo

#c1ae4e Color Hex

#C1AE4E
(193,174,78)
0 Favorites   0 Comments

Color spaces of #c1ae4e

RGB 19317478
HSL0.140.480.53
HSV50°60°76°
CMYK 0.000.100.60   0.24
XYZ38.503542.159613.3160
Yxy42.15960.40970.4486
Hunter Lab64.9304-7.778433.2920
CIE-Lab70.9808-4.955250.6931

#c1ae4e color RGB value is (193,174,78).

#c1ae4e hex color red value is 193, green value is 174 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c1ae4e hue: 0.14 , saturation: 0.48 and the lightness value of c1ae4e is 0.53.

The process color (four color CMYK) of #c1ae4e color hex is 0.00, 0.10, 0.60, 0.24. Web safe color of #c1ae4e is #cc9966. Color #c1ae4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101110 01001110
Octal 301 256 116
Decimal 193 174 78
Hex C1 AE 4E

RGB Percentages of Color #c1ae4e

%43.37
%39.10
%17.53

CMYK Percentages of Color #c1ae4e

%0
%10
%60
%24

Triadic Colors of #c1ae4e

#c1ae4e #4ec1ae #ae4ec1

Analogous Colors of #c1ae4e

#c1ae4e #9bc14e #c1754e

Monochromatic Colors of #c1ae4e

#c1ae4e

Complementary Color

#c1ae4e #4e61c1

#c1ae4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ae4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ae4e Color CSS Codes

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

#c1ae4e Text Font Color

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

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


#c1ae4e Background Color

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

This div background color is #c1ae4e


#c1ae4e Border Color

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

This div border color is #c1ae4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,174,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1ae4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1ae4e;
  -webkit-box-shadow: 1px 1px 3px 2px #c1ae4e;
  box-shadow:         1px 1px 3px 2px #c1ae4e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,174,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ae4e


Comments

No comments written yet.

Please login to write comment.