Color Hex Logo

#ffc990 Color Hex

#FFC990
(255,201,144)
0 Favorites   0 Comments

Color spaces of #ffc990

RGB 255201144
HSL0.091.000.78
HSV31°44°100°
CMYK 0.000.210.44   0.00
XYZ67.160765.046935.4011
Yxy65.04690.40070.3881
Hunter Lab80.65177.501130.4315
CIE-Lab84.507912.120335.7643

#ffc990 color RGB value is (255,201,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001001 10010000
Octal 377 311 220
Decimal 255 201 144
Hex FF C9 90

RGB Percentages of Color #ffc990

%42.50
%33.50
%24.00

CMYK Percentages of Color #ffc990

%0
%21
%44
%0

Triadic Colors of #ffc990

#ffc990 #90ffc9 #c990ff

Analogous Colors of #ffc990

#ffc990 #feff90 #ff9290

Monochromatic Colors of #ffc990

#ffc990

Complementary Color

#ffc990 #90c6ff

#ffc990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc990 Color CSS Codes

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

#ffc990 Text Font Color

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

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


#ffc990 Background Color

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

This div background color is #ffc990


#ffc990 Border Color

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

This div border color is #ffc990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc990

Related Colors


Comments

No comments written yet.

Please login to write comment.