Color Hex Logo

#cfcc1d Color Hex

#CFCC1D
(207,204,29)
0 Favorites   0 Comments

Color spaces of #cfcc1d

RGB 20720429
HSL0.160.750.46
HSV59°86°81°
CMYK 0.000.010.86   0.19
XYZ47.546856.53989.5697
Yxy56.53980.41830.4975
Hunter Lab75.1930-18.716745.0893
CIE-Lab79.9201-16.533476.4574

#cfcc1d color RGB value is (207,204,29).

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

The process color (four color CMYK) of #cfcc1d color hex is 0.00, 0.01, 0.86, 0.19. Web safe color of #cfcc1d is #cccc33. Color #cfcc1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001100 00011101
Octal 317 314 35
Decimal 207 204 29
Hex CF CC 1D

RGB Percentages of Color #cfcc1d

%47.05
%46.36
%6.59

CMYK Percentages of Color #cfcc1d

%0
%1
%86
%19

Triadic Colors of #cfcc1d

#cfcc1d #1dcfcc #cc1dcf

Analogous Colors of #cfcc1d

#cfcc1d #79cf1d #cf731d

Monochromatic Colors of #cfcc1d

#cfcc1d

Complementary Color

#cfcc1d #1d20cf

#cfcc1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfcc1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfcc1d Color CSS Codes

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

#cfcc1d Text Font Color

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

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


#cfcc1d Background Color

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

This div background color is #cfcc1d


#cfcc1d Border Color

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

This div border color is #cfcc1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfcc1d


Comments

No comments written yet.

Please login to write comment.