Color Hex Logo

#cfc557 Color Hex

#CFC557
(207,197,87)
0 Favorites   0 Comments

Color spaces of #cfc557

RGB 20719787
HSL0.150.560.58
HSV55°58°81°
CMYK 0.000.050.58   0.19
XYZ47.418753.886016.9186
Yxy53.88600.40110.4558
Hunter Lab73.4071-13.156937.7200
CIE-Lab78.3952-10.317655.2282

#cfc557 color RGB value is (207,197,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000101 01010111
Octal 317 305 127
Decimal 207 197 87
Hex CF C5 57

RGB Percentages of Color #cfc557

%42.16
%40.12
%17.72

CMYK Percentages of Color #cfc557

%0
%5
%58
%19

Triadic Colors of #cfc557

#cfc557 #57cfc5 #c557cf

Analogous Colors of #cfc557

#cfc557 #9dcf57 #cf8957

Monochromatic Colors of #cfc557

#cfc557

Complementary Color

#cfc557 #5761cf

#cfc557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc557 Color CSS Codes

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

#cfc557 Text Font Color

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

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


#cfc557 Background Color

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

This div background color is #cfc557


#cfc557 Border Color

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

This div border color is #cfc557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc557


Comments

No comments written yet.

Please login to write comment.