Color Hex Logo

#ffcf4f Color Hex

#FFCF4F
(255,207,79)
1 Favorites   0 Comments

Color spaces of #ffcf4f

RGB 25520779
HSL0.121.000.65
HSV44°69°100°
CMYK 0.000.190.69   0.00
XYZ64.964166.450216.7993
Yxy66.45020.43830.4483
Hunter Lab81.5170-0.401144.8432
CIE-Lab85.22554.117967.2579

#ffcf4f color RGB value is (255,207,79).

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

The process color (four color CMYK) of #ffcf4f color hex is 0.00, 0.19, 0.69, 0.00. Web safe color of #ffcf4f is #ffcc66. Color #ffcf4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 01001111
Octal 377 317 117
Decimal 255 207 79
Hex FF CF 4F

RGB Percentages of Color #ffcf4f

%47.13
%38.26
%14.60

CMYK Percentages of Color #ffcf4f

%0
%19
%69
%0

Triadic Colors of #ffcf4f

#ffcf4f #4fffcf #cf4fff

Analogous Colors of #ffcf4f

#ffcf4f #d7ff4f #ff774f

Monochromatic Colors of #ffcf4f

#ffcf4f

Complementary Color

#ffcf4f #4f7fff

#ffcf4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcf4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcf4f Color CSS Codes

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

#ffcf4f Text Font Color

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

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


#ffcf4f Background Color

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

This div background color is #ffcf4f


#ffcf4f Border Color

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

This div border color is #ffcf4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcf4f


Comments

No comments written yet.

Please login to write comment.