Color Hex Logo

#cfc334 Color Hex

#CFC334
(207,195,52)
0 Favorites   0 Comments

Color spaces of #cfc334

RGB 20719552
HSL0.150.620.51
HSV55°75°81°
CMYK 0.000.060.75   0.19
XYZ45.867152.543510.9733
Yxy52.54350.41930.4804
Hunter Lab72.4869-13.903741.7653
CIE-Lab77.6047-11.283668.3147

#cfc334 color RGB value is (207,195,52).

#cfc334 hex color red value is 207, green value is 195 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #cfc334 hue: 0.15 , saturation: 0.62 and the lightness value of cfc334 is 0.51.

The process color (four color CMYK) of #cfc334 color hex is 0.00, 0.06, 0.75, 0.19. Web safe color of #cfc334 is #cccc33. Color #cfc334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000011 00110100
Octal 317 303 64
Decimal 207 195 52
Hex CF C3 34

RGB Percentages of Color #cfc334

%45.59
%42.95
%11.45

CMYK Percentages of Color #cfc334

%0
%6
%75
%19

Triadic Colors of #cfc334

#cfc334 #34cfc3 #c334cf

Analogous Colors of #cfc334

#cfc334 #8ecf34 #cf7634

Monochromatic Colors of #cfc334

#cfc334

Complementary Color

#cfc334 #3440cf

#cfc334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc334 Color CSS Codes

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

#cfc334 Text Font Color

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

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


#cfc334 Background Color

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

This div background color is #cfc334


#cfc334 Border Color

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

This div border color is #cfc334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc334


Comments

No comments written yet.

Please login to write comment.