Color Hex Logo

#cfc55d Color Hex

#CFC55D
(207,197,93)
0 Favorites   0 Comments

Color spaces of #cfc55d

RGB 20719793
HSL0.150.540.59
HSV55°55°81°
CMYK 0.000.050.55   0.19
XYZ47.674253.988218.2640
Yxy53.98820.39750.4502
Hunter Lab73.4767-12.767236.6960
CIE-Lab78.4549-9.863752.5533

#cfc55d color RGB value is (207,197,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000101 01011101
Octal 317 305 135
Decimal 207 197 93
Hex CF C5 5D

RGB Percentages of Color #cfc55d

%41.65
%39.64
%18.71

CMYK Percentages of Color #cfc55d

%0
%5
%55
%19

Triadic Colors of #cfc55d

#cfc55d #5dcfc5 #c55dcf

Analogous Colors of #cfc55d

#cfc55d #a0cf5d #cf8c5d

Monochromatic Colors of #cfc55d

#cfc55d

Complementary Color

#cfc55d #5d67cf

#cfc55d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc55d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc55d Color CSS Codes

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

#cfc55d Text Font Color

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

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


#cfc55d Background Color

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

This div background color is #cfc55d


#cfc55d Border Color

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

This div border color is #cfc55d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc55d


Comments

No comments written yet.

Please login to write comment.