Color Hex Logo

#feca75 Color Hex

#FECA75
(254,202,117)
0 Favorites   0 Comments

Color spaces of #feca75

RGB 254202117
HSL0.100.990.73
HSV37°54°100°
CMYK 0.000.200.54   0.00
XYZ65.204564.596225.8613
Yxy64.59620.41890.4150
Hunter Lab80.37184.164037.1824
CIE-Lab84.27528.756749.0296

#feca75 color RGB value is (254,202,117).

#feca75 hex color red value is 254, green value is 202 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #feca75 hue: 0.10 , saturation: 0.99 and the lightness value of feca75 is 0.73.

The process color (four color CMYK) of #feca75 color hex is 0.00, 0.20, 0.54, 0.00. Web safe color of #feca75 is #ffcc66. Color #feca75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 01110101
Octal 376 312 165
Decimal 254 202 117
Hex FE CA 75

RGB Percentages of Color #feca75

%44.33
%35.25
%20.42

CMYK Percentages of Color #feca75

%0
%20
%54
%0

Triadic Colors of #feca75

#feca75 #75feca #ca75fe

Analogous Colors of #feca75

#feca75 #eefe75 #fe8675

Monochromatic Colors of #feca75

#feca75

Complementary Color

#feca75 #75a9fe

#feca75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feca75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feca75 Color CSS Codes

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

#feca75 Text Font Color

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

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


#feca75 Background Color

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

This div background color is #feca75


#feca75 Border Color

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

This div border color is #feca75


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,202,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feca75


Comments

No comments written yet.

Please login to write comment.