Color Hex Logo

#fce63d Color Hex

#FCE63D
(252,230,61)
0 Favorites   0 Comments

Color spaces of #fce63d

RGB 25223061
HSL0.150.970.61
HSV53°76°99°
CMYK 0.000.090.76   0.01
XYZ69.284077.626015.7465
Yxy77.62600.42600.4772
Hunter Lab88.1056-13.817051.0774
CIE-Lab90.6090-9.532878.8290

#fce63d color RGB value is (252,230,61).

#fce63d hex color red value is 252, green value is 230 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fce63d hue: 0.15 , saturation: 0.97 and the lightness value of fce63d is 0.61.

The process color (four color CMYK) of #fce63d color hex is 0.00, 0.09, 0.76, 0.01. Web safe color of #fce63d is #ffff33. Color #fce63d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100110 00111101
Octal 374 346 75
Decimal 252 230 61
Hex FC E6 3D

RGB Percentages of Color #fce63d

%46.41
%42.36
%11.23

CMYK Percentages of Color #fce63d

%0
%9
%76
%1

Triadic Colors of #fce63d

#fce63d #3dfce6 #e63dfc

Analogous Colors of #fce63d

#fce63d #b3fc3d #fc873d

Monochromatic Colors of #fce63d

#fce63d

Complementary Color

#fce63d #3d53fc

#fce63d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce63d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce63d Color CSS Codes

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

#fce63d Text Font Color

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

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


#fce63d Background Color

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

This div background color is #fce63d


#fce63d Border Color

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

This div border color is #fce63d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce63d

Related Colors


Comments

No comments written yet.

Please login to write comment.