Color Hex Logo

#ffce4f Color Hex

#FFCE4F
(255,206,79)
0 Favorites   0 Comments

Color spaces of #ffce4f

RGB 25520679
HSL0.121.000.65
HSV43°69°100°
CMYK 0.000.190.69   0.00
XYZ64.722665.967116.7188
Yxy65.96710.43910.4475
Hunter Lab81.22010.107644.6495
CIE-Lab84.97964.631467.0056

#ffce4f color RGB value is (255,206,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 01001111
Octal 377 316 117
Decimal 255 206 79
Hex FF CE 4F

RGB Percentages of Color #ffce4f

%47.22
%38.15
%14.63

CMYK Percentages of Color #ffce4f

%0
%19
%69
%0

Triadic Colors of #ffce4f

#ffce4f #4fffce #ce4fff

Analogous Colors of #ffce4f

#ffce4f #d8ff4f #ff764f

Monochromatic Colors of #ffce4f

#ffce4f

Complementary Color

#ffce4f #4f80ff

#ffce4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffce4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffce4f Color CSS Codes

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

#ffce4f Text Font Color

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

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


#ffce4f Background Color

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

This div background color is #ffce4f


#ffce4f Border Color

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

This div border color is #ffce4f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,206,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 #ffce4f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffce4f

#ffce4f Color Palettes


Comments

No comments written yet.

Please login to write comment.