Color Hex Logo

#ffc970 Color Hex

#FFC970
(255,201,112)
0 Favorites   0 Comments

Color spaces of #ffc970

RGB 255201112
HSL0.101.000.72
HSV37°56°100°
CMYK 0.000.210.56   0.00
XYZ65.051364.203124.2931
Yxy64.20310.42370.4181
Hunter Lab80.12684.694038.1131
CIE-Lab84.07149.289651.2341

#ffc970 color RGB value is (255,201,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001001 01110000
Octal 377 311 160
Decimal 255 201 112
Hex FF C9 70

RGB Percentages of Color #ffc970

%44.89
%35.39
%19.72

CMYK Percentages of Color #ffc970

%0
%21
%56
%0

Triadic Colors of #ffc970

#ffc970 #70ffc9 #c970ff

Analogous Colors of #ffc970

#ffc970 #eeff70 #ff8270

Monochromatic Colors of #ffc970

#ffc970

Complementary Color

#ffc970 #70a6ff

#ffc970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc970 Color CSS Codes

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

#ffc970 Text Font Color

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

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


#ffc970 Background Color

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

This div background color is #ffc970


#ffc970 Border Color

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

This div border color is #ffc970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc970


Comments

No comments written yet.

Please login to write comment.