Color Hex Logo

#cfcd59 Color Hex

#CFCD59
(207,205,89)
0 Favorites   0 Comments

Color spaces of #cfcd59

RGB 20720589
HSL0.160.550.58
HSV59°57°81°
CMYK 0.000.010.57   0.19
XYZ49.366657.649317.9767
Yxy57.64930.39500.4612
Hunter Lab75.9271-16.814739.1113
CIE-Lab80.5434-14.219856.7356

#cfcd59 color RGB value is (207,205,89).

#cfcd59 hex color red value is 207, green value is 205 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #cfcd59 hue: 0.16 , saturation: 0.55 and the lightness value of cfcd59 is 0.58.

The process color (four color CMYK) of #cfcd59 color hex is 0.00, 0.01, 0.57, 0.19. Web safe color of #cfcd59 is #cccc66. Color #cfcd59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001101 01011001
Octal 317 315 131
Decimal 207 205 89
Hex CF CD 59

RGB Percentages of Color #cfcd59

%41.32
%40.92
%17.76

CMYK Percentages of Color #cfcd59

%0
%1
%57
%19

Triadic Colors of #cfcd59

#cfcd59 #59cfcd #cd59cf

Analogous Colors of #cfcd59

#cfcd59 #96cf59 #cf9259

Monochromatic Colors of #cfcd59

#cfcd59

Complementary Color

#cfcd59 #595bcf

#cfcd59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfcd59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfcd59 Color CSS Codes

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

#cfcd59 Text Font Color

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

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


#cfcd59 Background Color

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

This div background color is #cfcd59


#cfcd59 Border Color

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

This div border color is #cfcd59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfcd59


Comments

No comments written yet.

Please login to write comment.