Color Hex Logo

#ffc395 Color Hex

#FFC395
(255,195,149)
0 Favorites   0 Comments

Color spaces of #ffc395

RGB 255195149
HSL0.071.000.79
HSV26°42°100°
CMYK 0.000.240.42   0.00
XYZ66.179962.460137.0017
Yxy62.46010.39950.3771
Hunter Lab79.031711.167627.5633
CIE-Lab83.157515.762531.3938

#ffc395 color RGB value is (255,195,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000011 10010101
Octal 377 303 225
Decimal 255 195 149
Hex FF C3 95

RGB Percentages of Color #ffc395

%42.57
%32.55
%24.87

CMYK Percentages of Color #ffc395

%0
%24
%42
%0

Triadic Colors of #ffc395

#ffc395 #95ffc3 #c395ff

Analogous Colors of #ffc395

#ffc395 #fff895 #ff959c

Monochromatic Colors of #ffc395

#ffc395

Complementary Color

#ffc395 #95d1ff

#ffc395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc395 Color CSS Codes

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

#ffc395 Text Font Color

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

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


#ffc395 Background Color

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

This div background color is #ffc395


#ffc395 Border Color

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

This div border color is #ffc395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc395

Related Colors

#ffc395 Color Palettes


Comments

No comments written yet.

Please login to write comment.