Color Hex Logo

#ffcf1f Color Hex

#FFCF1F
(255,207,31)
0 Favorites   0 Comments

Color spaces of #ffcf1f

RGB 25520731
HSL0.131.000.56
HSV47°88°100°
CMYK 0.000.190.88   0.00
XYZ63.800165.984610.6700
Yxy65.98460.45420.4698
Hunter Lab81.2309-1.957249.0737
CIE-Lab84.98862.492981.9110

#ffcf1f color RGB value is (255,207,31).

#ffcf1f hex color red value is 255, green value is 207 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ffcf1f hue: 0.13 , saturation: 1.00 and the lightness value of ffcf1f is 0.56.

The process color (four color CMYK) of #ffcf1f color hex is 0.00, 0.19, 0.88, 0.00. Web safe color of #ffcf1f is #ffcc33. Color #ffcf1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 00011111
Octal 377 317 37
Decimal 255 207 31
Hex FF CF 1F

RGB Percentages of Color #ffcf1f

%51.72
%41.99
%6.29

CMYK Percentages of Color #ffcf1f

%0
%19
%88
%0

Triadic Colors of #ffcf1f

#ffcf1f #1fffcf #cf1fff

Analogous Colors of #ffcf1f

#ffcf1f #bfff1f #ff5f1f

Monochromatic Colors of #ffcf1f

#ffcf1f

Complementary Color

#ffcf1f #1f4fff

#ffcf1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcf1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcf1f Color CSS Codes

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

#ffcf1f Text Font Color

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

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


#ffcf1f Background Color

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

This div background color is #ffcf1f


#ffcf1f Border Color

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

This div border color is #ffcf1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcf1f


Comments

No comments written yet.

Please login to write comment.