Color Hex Logo

#ffc94d Color Hex

#FFC94D
(255,201,77)
0 Favorites   0 Comments

Color spaces of #ffc94d

RGB 25520177
HSL0.121.000.65
HSV42°70°100°
CMYK 0.000.210.70   0.00
XYZ63.466263.569115.9462
Yxy63.56910.44390.4446
Hunter Lab79.73022.560243.9530
CIE-Lab83.74097.105766.5456

#ffc94d color RGB value is (255,201,77).

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

The process color (four color CMYK) of #ffc94d color hex is 0.00, 0.21, 0.70, 0.00. Web safe color of #ffc94d is #ffcc66. Color #ffc94d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001001 01001101
Octal 377 311 115
Decimal 255 201 77
Hex FF C9 4D

RGB Percentages of Color #ffc94d

%47.84
%37.71
%14.45

CMYK Percentages of Color #ffc94d

%0
%21
%70
%0

Triadic Colors of #ffc94d

#ffc94d #4dffc9 #c94dff

Analogous Colors of #ffc94d

#ffc94d #dcff4d #ff704d

Monochromatic Colors of #ffc94d

#ffc94d

Complementary Color

#ffc94d #4d83ff

#ffc94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc94d Color CSS Codes

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

#ffc94d Text Font Color

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

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


#ffc94d Background Color

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

This div background color is #ffc94d


#ffc94d Border Color

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

This div border color is #ffc94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc94d

Related Colors


Comments

No comments written yet.

Please login to write comment.