Color Hex Logo

#ffc674 Color Hex

#FFC674
(255,198,116)
0 Favorites   0 Comments

Color spaces of #ffc674

RGB 255198116
HSL0.101.000.73
HSV35°55°100°
CMYK 0.000.220.55   0.00
XYZ64.586562.909125.2616
Yxy62.90910.42280.4118
Hunter Lab79.31536.551036.6370
CIE-Lab83.394511.155248.4760

#ffc674 color RGB value is (255,198,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000110 01110100
Octal 377 306 164
Decimal 255 198 116
Hex FF C6 74

RGB Percentages of Color #ffc674

%44.82
%34.80
%20.39

CMYK Percentages of Color #ffc674

%0
%22
%55
%0

Triadic Colors of #ffc674

#ffc674 #74ffc6 #c674ff

Analogous Colors of #ffc674

#ffc674 #f3ff74 #ff8174

Monochromatic Colors of #ffc674

#ffc674

Complementary Color

#ffc674 #74adff

#ffc674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc674 Color CSS Codes

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

#ffc674 Text Font Color

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

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


#ffc674 Background Color

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

This div background color is #ffc674


#ffc674 Border Color

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

This div border color is #ffc674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc674

#ffc674 Color Palettes


Comments

No comments written yet.

Please login to write comment.