Color Hex Logo

#cfae37 Color Hex

#CFAE37
(207,174,55)
0 Favorites   0 Comments

Color spaces of #cfae37

RGB 20717455
HSL0.130.610.51
HSV47°73°81°
CMYK 0.000.160.73   0.19
XYZ41.557843.81339.8809
Yxy43.81330.43630.4600
Hunter Lab66.1916-3.765737.4835
CIE-Lab72.1035-0.259962.0270

#cfae37 color RGB value is (207,174,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 00110111
Octal 317 256 67
Decimal 207 174 55
Hex CF AE 37

RGB Percentages of Color #cfae37

%47.48
%39.91
%12.61

CMYK Percentages of Color #cfae37

%0
%16
%73
%19

Triadic Colors of #cfae37

#cfae37 #37cfae #ae37cf

Analogous Colors of #cfae37

#cfae37 #a4cf37 #cf6237

Monochromatic Colors of #cfae37

#cfae37

Complementary Color

#cfae37 #3758cf

#cfae37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfae37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfae37 Color CSS Codes

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

#cfae37 Text Font Color

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

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


#cfae37 Background Color

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

This div background color is #cfae37


#cfae37 Border Color

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

This div border color is #cfae37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfae37


Comments

No comments written yet.

Please login to write comment.