Color Hex Logo

#cfae56 Color Hex

#CFAE56
(207,174,86)
0 Favorites   0 Comments

Color spaces of #cfae56

RGB 20717486
HSL0.120.560.57
HSV44°58°81°
CMYK 0.000.160.58   0.19
XYZ42.547944.209415.0948
Yxy44.20940.41770.4341
Hunter Lab66.4901-2.133333.0829
CIE-Lab72.36821.589348.8482

#cfae56 color RGB value is (207,174,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 01010110
Octal 317 256 126
Decimal 207 174 86
Hex CF AE 56

RGB Percentages of Color #cfae56

%44.33
%37.26
%18.42

CMYK Percentages of Color #cfae56

%0
%16
%58
%19

Triadic Colors of #cfae56

#cfae56 #56cfae #ae56cf

Analogous Colors of #cfae56

#cfae56 #b4cf56 #cf7256

Monochromatic Colors of #cfae56

#cfae56

Complementary Color

#cfae56 #5677cf

#cfae56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfae56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfae56 Color CSS Codes

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

#cfae56 Text Font Color

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

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


#cfae56 Background Color

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

This div background color is #cfae56


#cfae56 Border Color

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

This div border color is #cfae56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfae56


Comments

No comments written yet.

Please login to write comment.