Color Hex Logo

#cfc35f Color Hex

#CFC35F
(207,195,95)
0 Favorites   0 Comments

Color spaces of #cfc35f

RGB 20719595
HSL0.150.540.59
HSV54°54°81°
CMYK 0.000.060.54   0.19
XYZ47.312853.121818.5864
Yxy53.12180.39750.4463
Hunter Lab72.8847-11.675735.8997
CIE-Lab77.9469-8.680451.0322

#cfc35f color RGB value is (207,195,95).

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

The process color (four color CMYK) of #cfc35f color hex is 0.00, 0.06, 0.54, 0.19. Web safe color of #cfc35f is #cccc66. Color #cfc35f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000011 01011111
Octal 317 303 137
Decimal 207 195 95
Hex CF C3 5F

RGB Percentages of Color #cfc35f

%41.65
%39.24
%19.11

CMYK Percentages of Color #cfc35f

%0
%6
%54
%19

Triadic Colors of #cfc35f

#cfc35f #5fcfc3 #c35fcf

Analogous Colors of #cfc35f

#cfc35f #a3cf5f #cf8b5f

Monochromatic Colors of #cfc35f

#cfc35f

Complementary Color

#cfc35f #5f6bcf

#cfc35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc35f Color CSS Codes

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

#cfc35f Text Font Color

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

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


#cfc35f Background Color

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

This div background color is #cfc35f


#cfc35f Border Color

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

This div border color is #cfc35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc35f


Comments

No comments written yet.

Please login to write comment.