Color Hex Logo

#ffc874 Color Hex

#FFC874
(255,200,116)
1 Favorites   0 Comments

Color spaces of #ffc874

RGB 255200116
HSL0.101.000.73
HSV36°55°100°
CMYK 0.000.220.55   0.00
XYZ65.046763.829525.4150
Yxy63.82950.42160.4137
Hunter Lab79.89345.515837.0645
CIE-Lab83.876910.117549.0595

#ffc874 color RGB value is (255,200,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001000 01110100
Octal 377 310 164
Decimal 255 200 116
Hex FF C8 74

RGB Percentages of Color #ffc874

%44.66
%35.03
%20.32

CMYK Percentages of Color #ffc874

%0
%22
%55
%0

Triadic Colors of #ffc874

#ffc874 #74ffc8 #c874ff

Analogous Colors of #ffc874

#ffc874 #f1ff74 #ff8374

Monochromatic Colors of #ffc874

#ffc874

Complementary Color

#ffc874 #74abff

#ffc874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc874 Color CSS Codes

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

#ffc874 Text Font Color

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

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


#ffc874 Background Color

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

This div background color is #ffc874


#ffc874 Border Color

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

This div border color is #ffc874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc874

Related Colors


Comments

No comments written yet.

Please login to write comment.