Color Hex Logo

#cfcc13 Color Hex

#CFCC13
(207,204,19)
0 Favorites   0 Comments

Color spaces of #cfcc13

RGB 20720419
HSL0.160.830.44
HSV59°91°81°
CMYK 0.000.010.91   0.19
XYZ47.442556.49819.0208
Yxy56.49810.42000.5002
Hunter Lab75.1652-18.874245.5001
CIE-Lab79.8965-16.722278.1504

#cfcc13 color RGB value is (207,204,19).

#cfcc13 hex color red value is 207, green value is 204 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #cfcc13 hue: 0.16 , saturation: 0.83 and the lightness value of cfcc13 is 0.44.

The process color (four color CMYK) of #cfcc13 color hex is 0.00, 0.01, 0.91, 0.19. Web safe color of #cfcc13 is #cccc00. Color #cfcc13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001100 00010011
Octal 317 314 23
Decimal 207 204 19
Hex CF CC 13

RGB Percentages of Color #cfcc13

%48.14
%47.44
%4.42

CMYK Percentages of Color #cfcc13

%0
%1
%91
%19

Triadic Colors of #cfcc13

#cfcc13 #13cfcc #cc13cf

Analogous Colors of #cfcc13

#cfcc13 #74cf13 #cf6e13

Monochromatic Colors of #cfcc13

#cfcc13

Complementary Color

#cfcc13 #1316cf

#cfcc13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfcc13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfcc13 Color CSS Codes

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

#cfcc13 Text Font Color

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

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


#cfcc13 Background Color

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

This div background color is #cfcc13


#cfcc13 Border Color

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

This div border color is #cfcc13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfcc13


Comments

No comments written yet.

Please login to write comment.