Color Hex Logo

#ffcc74 Color Hex

#FFCC74
(255,204,116)
0 Favorites   0 Comments

Color spaces of #ffcc74

RGB 255204116
HSL0.111.000.73
HSV38°55°100°
CMYK 0.000.200.55   0.00
XYZ65.985365.706725.7279
Yxy65.70670.41920.4174
Hunter Lab81.05973.450637.9234
CIE-Lab84.84668.047150.2280

#ffcc74 color RGB value is (255,204,116).

#ffcc74 hex color red value is 255, green value is 204 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ffcc74 hue: 0.11 , saturation: 1.00 and the lightness value of ffcc74 is 0.73.

The process color (four color CMYK) of #ffcc74 color hex is 0.00, 0.20, 0.55, 0.00. Web safe color of #ffcc74 is #ffcc66. Color #ffcc74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 01110100
Octal 377 314 164
Decimal 255 204 116
Hex FF CC 74

RGB Percentages of Color #ffcc74

%44.35
%35.48
%20.17

CMYK Percentages of Color #ffcc74

%0
%20
%55
%0

Triadic Colors of #ffcc74

#ffcc74 #74ffcc #cc74ff

Analogous Colors of #ffcc74

#ffcc74 #edff74 #ff8774

Monochromatic Colors of #ffcc74

#ffcc74

Complementary Color

#ffcc74 #74a7ff

#ffcc74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcc74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcc74 Color CSS Codes

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

#ffcc74 Text Font Color

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

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


#ffcc74 Background Color

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

This div background color is #ffcc74


#ffcc74 Border Color

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

This div border color is #ffcc74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcc74

#ffcc74 Color Palettes


Comments

No comments written yet.

Please login to write comment.