Color Hex Logo

#cfae57 Color Hex

#CFAE57
(207,174,87)
0 Favorites   0 Comments

Color spaces of #cfae57

RGB 20717487
HSL0.120.560.58
HSV44°58°81°
CMYK 0.000.160.58   0.19
XYZ42.588544.225615.3086
Yxy44.22560.41700.4331
Hunter Lab66.5023-2.066632.9033
CIE-Lab72.37901.664448.3804

#cfae57 color RGB value is (207,174,87).

#cfae57 hex color red value is 207, green value is 174 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #cfae57 hue: 0.12 , saturation: 0.56 and the lightness value of cfae57 is 0.58.

The process color (four color CMYK) of #cfae57 color hex is 0.00, 0.16, 0.58, 0.19. Web safe color of #cfae57 is #cc9966. Color #cfae57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 01010111
Octal 317 256 127
Decimal 207 174 87
Hex CF AE 57

RGB Percentages of Color #cfae57

%44.23
%37.18
%18.59

CMYK Percentages of Color #cfae57

%0
%16
%58
%19

Triadic Colors of #cfae57

#cfae57 #57cfae #ae57cf

Analogous Colors of #cfae57

#cfae57 #b4cf57 #cf7257

Monochromatic Colors of #cfae57

#cfae57

Complementary Color

#cfae57 #5778cf

#cfae57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfae57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfae57 Color CSS Codes

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

#cfae57 Text Font Color

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

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


#cfae57 Background Color

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

This div background color is #cfae57


#cfae57 Border Color

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

This div border color is #cfae57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfae57


Comments

No comments written yet.

Please login to write comment.