Color Hex Logo

#fed695 Color Hex

#FED695
(254,214,149)
0 Favorites   0 Comments

Color spaces of #fed695

RGB 254214149
HSL0.100.980.79
HSV37°41°100°
CMYK 0.000.160.41   0.00
XYZ70.344471.333938.4950
Yxy71.33390.39040.3959
Hunter Lab84.45940.864832.0983
CIE-Lab87.64705.518537.2815

#fed695 color RGB value is (254,214,149).

#fed695 hex color red value is 254, green value is 214 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #fed695 hue: 0.10 , saturation: 0.98 and the lightness value of fed695 is 0.79.

The process color (four color CMYK) of #fed695 color hex is 0.00, 0.16, 0.41, 0.00. Web safe color of #fed695 is #ffcc99. Color #fed695 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 10010101
Octal 376 326 225
Decimal 254 214 149
Hex FE D6 95

RGB Percentages of Color #fed695

%41.17
%34.68
%24.15

CMYK Percentages of Color #fed695

%0
%16
%41
%0

Triadic Colors of #fed695

#fed695 #95fed6 #d695fe

Analogous Colors of #fed695

#fed695 #f2fe95 #fea295

Monochromatic Colors of #fed695

#fed695

Complementary Color

#fed695 #95bdfe

#fed695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed695 Color CSS Codes

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

#fed695 Text Font Color

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

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


#fed695 Background Color

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

This div background color is #fed695


#fed695 Border Color

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

This div border color is #fed695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed695


Comments

No comments written yet.

Please login to write comment.