Color Hex Logo

#cfae83 Color Hex

#CFAE83
(207,174,131)
0 Favorites   0 Comments

Color spaces of #cfae83

RGB 207174131
HSL0.090.440.66
HSV34°37°81°
CMYK 0.000.160.37   0.19
XYZ44.964945.176227.8227
Yxy45.17620.38120.3830
Hunter Lab67.21321.791322.5064
CIE-Lab73.00785.942426.5476

#cfae83 color RGB value is (207,174,131).

#cfae83 hex color red value is 207, green value is 174 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #cfae83 hue: 0.09 , saturation: 0.44 and the lightness value of cfae83 is 0.66.

The process color (four color CMYK) of #cfae83 color hex is 0.00, 0.16, 0.37, 0.19. Web safe color of #cfae83 is #cc9999. Color #cfae83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 10000011
Octal 317 256 203
Decimal 207 174 131
Hex CF AE 83

RGB Percentages of Color #cfae83

%40.43
%33.98
%25.59

CMYK Percentages of Color #cfae83

%0
%16
%37
%19

Triadic Colors of #cfae83

#cfae83 #83cfae #ae83cf

Analogous Colors of #cfae83

#cfae83 #cacf83 #cf8883

Monochromatic Colors of #cfae83

#cfae83

Complementary Color

#cfae83 #83a4cf

#cfae83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfae83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfae83 Color CSS Codes

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

#cfae83 Text Font Color

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

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


#cfae83 Background Color

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

This div background color is #cfae83


#cfae83 Border Color

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

This div border color is #cfae83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfae83


Comments

No comments written yet.

Please login to write comment.