Color Hex Logo

#feca3d Color Hex

#FECA3D
(254,202,61)
0 Favorites   0 Comments

Color spaces of #feca3d

RGB 25420261
HSL0.120.990.62
HSV44°76°100°
CMYK 0.000.200.76   0.00
XYZ62.835963.648813.3885
Yxy63.64880.44920.4550
Hunter Lab79.78020.973545.8962
CIE-Lab83.78265.474572.5853

#feca3d color RGB value is (254,202,61).

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

The process color (four color CMYK) of #feca3d color hex is 0.00, 0.20, 0.76, 0.00. Web safe color of #feca3d is #ffcc33. Color #feca3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 00111101
Octal 376 312 75
Decimal 254 202 61
Hex FE CA 3D

RGB Percentages of Color #feca3d

%49.13
%39.07
%11.80

CMYK Percentages of Color #feca3d

%0
%20
%76
%0

Triadic Colors of #feca3d

#feca3d #3dfeca #ca3dfe

Analogous Colors of #feca3d

#feca3d #d2fe3d #fe6a3d

Monochromatic Colors of #feca3d

#feca3d

Complementary Color

#feca3d #3d71fe

#feca3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feca3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feca3d Color CSS Codes

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

#feca3d Text Font Color

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

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


#feca3d Background Color

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

This div background color is #feca3d


#feca3d Border Color

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

This div border color is #feca3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feca3d

Related Colors


Comments

No comments written yet.

Please login to write comment.