Color Hex Logo

#ffc485 Color Hex

#FFC485
(255,196,133)
0 Favorites   0 Comments

Color spaces of #ffc485

RGB 255196133
HSL0.091.000.76
HSV31°48°100°
CMYK 0.000.230.48   0.00
XYZ65.213662.433330.8040
Yxy62.43330.41160.3940
Hunter Lab79.01479.046432.1960
CIE-Lab83.143313.656139.6425

#ffc485 color RGB value is (255,196,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000100 10000101
Octal 377 304 205
Decimal 255 196 133
Hex FF C4 85

RGB Percentages of Color #ffc485

%43.66
%33.56
%22.77

CMYK Percentages of Color #ffc485

%0
%23
%48
%0

Triadic Colors of #ffc485

#ffc485 #85ffc4 #c485ff

Analogous Colors of #ffc485

#ffc485 #fdff85 #ff8785

Monochromatic Colors of #ffc485

#ffc485

Complementary Color

#ffc485 #85c0ff

#ffc485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc485 Color CSS Codes

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

#ffc485 Text Font Color

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

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


#ffc485 Background Color

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

This div background color is #ffc485


#ffc485 Border Color

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

This div border color is #ffc485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc485


Comments

No comments written yet.

Please login to write comment.