Color Hex Logo

#cfca61 Color Hex

#CFCA61
(207,202,97)
0 Favorites   0 Comments

Color spaces of #cfca61

RGB 20720297
HSL0.160.530.60
HSV57°53°81°
CMYK 0.000.020.53   0.19
XYZ49.010356.369519.6065
Yxy56.36950.39210.4510
Hunter Lab75.0796-14.868537.0726
CIE-Lab79.8237-12.086652.2744

#cfca61 color RGB value is (207,202,97).

#cfca61 hex color red value is 207, green value is 202 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #cfca61 hue: 0.16 , saturation: 0.53 and the lightness value of cfca61 is 0.60.

The process color (four color CMYK) of #cfca61 color hex is 0.00, 0.02, 0.53, 0.19. Web safe color of #cfca61 is #cccc66. Color #cfca61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001010 01100001
Octal 317 312 141
Decimal 207 202 97
Hex CF CA 61

RGB Percentages of Color #cfca61

%40.91
%39.92
%19.17

CMYK Percentages of Color #cfca61

%0
%2
%53
%19

Triadic Colors of #cfca61

#cfca61 #61cfca #ca61cf

Analogous Colors of #cfca61

#cfca61 #9dcf61 #cf9361

Monochromatic Colors of #cfca61

#cfca61

Complementary Color

#cfca61 #6166cf

#cfca61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfca61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfca61 Color CSS Codes

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

#cfca61 Text Font Color

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

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


#cfca61 Background Color

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

This div background color is #cfca61


#cfca61 Border Color

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

This div border color is #cfca61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfca61


Comments

No comments written yet.

Please login to write comment.