Color Hex Logo

#cfc457 Color Hex

#CFC457
(207,196,87)
0 Favorites   0 Comments

Color spaces of #cfc457

RGB 20719687
HSL0.150.560.58
HSV55°58°81°
CMYK 0.000.050.58   0.19
XYZ47.192453.433416.8432
Yxy53.43340.40170.4549
Hunter Lab73.0982-12.681637.5072
CIE-Lab78.1302-9.807154.9312

#cfc457 color RGB value is (207,196,87).

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

The process color (four color CMYK) of #cfc457 color hex is 0.00, 0.05, 0.58, 0.19. Web safe color of #cfc457 is #cccc66. Color #cfc457 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000100 01010111
Octal 317 304 127
Decimal 207 196 87
Hex CF C4 57

RGB Percentages of Color #cfc457

%42.24
%40.00
%17.76

CMYK Percentages of Color #cfc457

%0
%5
%58
%19

Triadic Colors of #cfc457

#cfc457 #57cfc4 #c457cf

Analogous Colors of #cfc457

#cfc457 #9ecf57 #cf8857

Monochromatic Colors of #cfc457

#cfc457

Complementary Color

#cfc457 #5762cf

#cfc457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc457 Color CSS Codes

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

#cfc457 Text Font Color

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

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


#cfc457 Background Color

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

This div background color is #cfc457


#cfc457 Border Color

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

This div border color is #cfc457


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,196,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 #cfc457">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc457


Comments

No comments written yet.

Please login to write comment.