Color Hex Logo

#cfcd58 Color Hex

#CFCD58
(207,205,88)
0 Favorites   0 Comments

Color spaces of #cfcd58

RGB 20720588
HSL0.160.550.58
HSV59°57°81°
CMYK 0.000.010.57   0.19
XYZ49.324957.632617.7570
Yxy57.63260.39550.4621
Hunter Lab75.9161-16.876739.2732
CIE-Lab80.5341-14.292857.1684

#cfcd58 color RGB value is (207,205,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001101 01011000
Octal 317 315 130
Decimal 207 205 88
Hex CF CD 58

RGB Percentages of Color #cfcd58

%41.40
%41.00
%17.60

CMYK Percentages of Color #cfcd58

%0
%1
%57
%19

Triadic Colors of #cfcd58

#cfcd58 #58cfcd #cd58cf

Analogous Colors of #cfcd58

#cfcd58 #96cf58 #cf9258

Monochromatic Colors of #cfcd58

#cfcd58

Complementary Color

#cfcd58 #585acf

#cfcd58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfcd58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfcd58 Color CSS Codes

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

#cfcd58 Text Font Color

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

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


#cfcd58 Background Color

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

This div background color is #cfcd58


#cfcd58 Border Color

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

This div border color is #cfcd58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfcd58


Comments

No comments written yet.

Please login to write comment.