Color Hex Logo

#ffc795 Color Hex

#FFC795
(255,199,149)
0 Favorites   0 Comments

Color spaces of #ffc795

RGB 255199149
HSL0.081.000.79
HSV28°42°100°
CMYK 0.000.220.42   0.00
XYZ67.088264.276837.3045
Yxy64.27680.39770.3811
Hunter Lab80.17289.065528.5333
CIE-Lab84.109713.676532.6559

#ffc795 color RGB value is (255,199,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000111 10010101
Octal 377 307 225
Decimal 255 199 149
Hex FF C7 95

RGB Percentages of Color #ffc795

%42.29
%33.00
%24.71

CMYK Percentages of Color #ffc795

%0
%22
%42
%0

Triadic Colors of #ffc795

#ffc795 #95ffc7 #c795ff

Analogous Colors of #ffc795

#ffc795 #fffc95 #ff9598

Monochromatic Colors of #ffc795

#ffc795

Complementary Color

#ffc795 #95cdff

#ffc795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc795 Color CSS Codes

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

#ffc795 Text Font Color

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

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


#ffc795 Background Color

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

This div background color is #ffc795


#ffc795 Border Color

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

This div border color is #ffc795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc795

Related Colors


Comments

No comments written yet.

Please login to write comment.