Color Hex Logo

#ffcf4e Color Hex

#FFCF4E
(255,207,78)
1 Favorites   0 Comments

Color spaces of #ffcf4e

RGB 25520778
HSL0.121.000.65
HSV44°69°100°
CMYK 0.000.190.69   0.00
XYZ64.928066.435716.6090
Yxy66.43570.43880.4490
Hunter Lab81.5081-0.449044.9741
CIE-Lab85.21824.068067.6518

#ffcf4e color RGB value is (255,207,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 01001110
Octal 377 317 116
Decimal 255 207 78
Hex FF CF 4E

RGB Percentages of Color #ffcf4e

%47.22
%38.33
%14.44

CMYK Percentages of Color #ffcf4e

%0
%19
%69
%0

Triadic Colors of #ffcf4e

#ffcf4e #4effcf #cf4eff

Analogous Colors of #ffcf4e

#ffcf4e #d7ff4e #ff774e

Monochromatic Colors of #ffcf4e

#ffcf4e

Complementary Color

#ffcf4e #4e7eff

#ffcf4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcf4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcf4e Color CSS Codes

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

#ffcf4e Text Font Color

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

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


#ffcf4e Background Color

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

This div background color is #ffcf4e


#ffcf4e Border Color

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

This div border color is #ffcf4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcf4e

Related Colors


Comments

No comments written yet.

Please login to write comment.