Color Hex Logo

#cfae2e Color Hex

#CFAE2E
(207,174,46)
0 Favorites   0 Comments

Color spaces of #cfae2e

RGB 20717446
HSL0.130.640.50
HSV48°78°81°
CMYK 0.000.160.78   0.19
XYZ41.361343.73488.8464
Yxy43.73480.44030.4655
Hunter Lab66.1323-4.091838.3615
CIE-Lab72.0509-0.632065.1891

#cfae2e color RGB value is (207,174,46).

#cfae2e hex color red value is 207, green value is 174 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cfae2e hue: 0.13 , saturation: 0.64 and the lightness value of cfae2e is 0.50.

The process color (four color CMYK) of #cfae2e color hex is 0.00, 0.16, 0.78, 0.19. Web safe color of #cfae2e is #cc9933. Color #cfae2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 00101110
Octal 317 256 56
Decimal 207 174 46
Hex CF AE 2E

RGB Percentages of Color #cfae2e

%48.48
%40.75
%10.77

CMYK Percentages of Color #cfae2e

%0
%16
%78
%19

Triadic Colors of #cfae2e

#cfae2e #2ecfae #ae2ecf

Analogous Colors of #cfae2e

#cfae2e #a0cf2e #cf5e2e

Monochromatic Colors of #cfae2e

#cfae2e

Complementary Color

#cfae2e #2e4fcf

#cfae2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfae2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfae2e Color CSS Codes

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

#cfae2e Text Font Color

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

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


#cfae2e Background Color

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

This div background color is #cfae2e


#cfae2e Border Color

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

This div border color is #cfae2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfae2e


Comments

No comments written yet.

Please login to write comment.