Color Hex Logo

#ffc385 Color Hex

#FFC385
(255,195,133)
1 Favorites   0 Comments

Color spaces of #ffc385

RGB 255195133
HSL0.081.000.76
HSV30°48°100°
CMYK 0.000.240.48   0.00
XYZ64.988761.983730.7291
Yxy61.98370.41210.3930
Hunter Lab78.72979.568631.9693
CIE-Lab82.904814.176939.3377

#ffc385 color RGB value is (255,195,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000011 10000101
Octal 377 303 205
Decimal 255 195 133
Hex FF C3 85

RGB Percentages of Color #ffc385

%43.74
%33.45
%22.81

CMYK Percentages of Color #ffc385

%0
%24
%48
%0

Triadic Colors of #ffc385

#ffc385 #85ffc3 #c385ff

Analogous Colors of #ffc385

#ffc385 #feff85 #ff8685

Monochromatic Colors of #ffc385

#ffc385

Complementary Color

#ffc385 #85c1ff

#ffc385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc385 Color CSS Codes

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

#ffc385 Text Font Color

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

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


#ffc385 Background Color

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

This div background color is #ffc385


#ffc385 Border Color

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

This div border color is #ffc385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc385

Related Colors

#ffc385 Color Palettes


Comments

No comments written yet.

Please login to write comment.