Color Hex Logo

#ffc585 Color Hex

#FFC585
(255,197,133)
0 Favorites   0 Comments

Color spaces of #ffc585

RGB 255197133
HSL0.091.000.76
HSV31°48°100°
CMYK 0.000.230.48   0.00
XYZ65.439962.886030.8795
Yxy62.88600.41100.3950
Hunter Lab79.30078.524232.4231
CIE-Lab83.382413.135239.9475

#ffc585 color RGB value is (255,197,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000101 10000101
Octal 377 305 205
Decimal 255 197 133
Hex FF C5 85

RGB Percentages of Color #ffc585

%43.59
%33.68
%22.74

CMYK Percentages of Color #ffc585

%0
%23
%48
%0

Triadic Colors of #ffc585

#ffc585 #85ffc5 #c585ff

Analogous Colors of #ffc585

#ffc585 #fcff85 #ff8885

Monochromatic Colors of #ffc585

#ffc585

Complementary Color

#ffc585 #85bfff

#ffc585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc585 Color CSS Codes

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

#ffc585 Text Font Color

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

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


#ffc585 Background Color

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

This div background color is #ffc585


#ffc585 Border Color

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

This div border color is #ffc585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc585

Related Colors


Comments

No comments written yet.

Please login to write comment.