Color Hex Logo

#ffc670 Color Hex

#FFC670
(255,198,112)
0 Favorites   0 Comments

Color spaces of #ffc670

RGB 255198112
HSL0.101.000.72
HSV36°56°100°
CMYK 0.000.220.56   0.00
XYZ64.358762.818024.0623
Yxy62.81800.42550.4154
Hunter Lab79.25786.243937.4803
CIE-Lab83.346510.844750.3697

#ffc670 color RGB value is (255,198,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000110 01110000
Octal 377 306 160
Decimal 255 198 112
Hex FF C6 70

RGB Percentages of Color #ffc670

%45.13
%35.04
%19.82

CMYK Percentages of Color #ffc670

%0
%22
%56
%0

Triadic Colors of #ffc670

#ffc670 #70ffc6 #c670ff

Analogous Colors of #ffc670

#ffc670 #f1ff70 #ff7f70

Monochromatic Colors of #ffc670

#ffc670

Complementary Color

#ffc670 #70a9ff

#ffc670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc670 Color CSS Codes

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

#ffc670 Text Font Color

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

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


#ffc670 Background Color

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

This div background color is #ffc670


#ffc670 Border Color

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

This div border color is #ffc670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc670

#ffc670 Color Palettes


Comments

No comments written yet.

Please login to write comment.