Color Hex Logo

#ffc490 Color Hex

#FFC490
(255,196,144)
0 Favorites   0 Comments

Color spaces of #ffc490

RGB 255196144
HSL0.081.000.78
HSV28°44°100°
CMYK 0.000.230.44   0.00
XYZ66.014062.753535.0189
Yxy62.75350.40300.3831
Hunter Lab79.217110.119529.2421
CIE-Lab83.312514.723734.2000

#ffc490 color RGB value is (255,196,144).

#ffc490 hex color red value is 255, green value is 196 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ffc490 hue: 0.08 , saturation: 1.00 and the lightness value of ffc490 is 0.78.

The process color (four color CMYK) of #ffc490 color hex is 0.00, 0.23, 0.44, 0.00. Web safe color of #ffc490 is #ffcc99. Color #ffc490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000100 10010000
Octal 377 304 220
Decimal 255 196 144
Hex FF C4 90

RGB Percentages of Color #ffc490

%42.86
%32.94
%24.20

CMYK Percentages of Color #ffc490

%0
%23
%44
%0

Triadic Colors of #ffc490

#ffc490 #90ffc4 #c490ff

Analogous Colors of #ffc490

#ffc490 #fffc90 #ff9094

Monochromatic Colors of #ffc490

#ffc490

Complementary Color

#ffc490 #90cbff

#ffc490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc490 Color CSS Codes

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

#ffc490 Text Font Color

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

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


#ffc490 Background Color

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

This div background color is #ffc490


#ffc490 Border Color

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

This div border color is #ffc490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc490


Comments

No comments written yet.

Please login to write comment.