Color Hex Logo

#fce138 Color Hex

#FCE138
(252,225,56)
0 Favorites   0 Comments

Color spaces of #fce138

RGB 25222556
HSL0.140.970.60
HSV52°78°99°
CMYK 0.000.110.78   0.01
XYZ67.783974.831414.6127
Yxy74.83140.43110.4759
Hunter Lab86.5051-11.514650.5382
CIE-Lab89.3140-7.222279.1789

#fce138 color RGB value is (252,225,56).

#fce138 hex color red value is 252, green value is 225 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #fce138 hue: 0.14 , saturation: 0.97 and the lightness value of fce138 is 0.60.

The process color (four color CMYK) of #fce138 color hex is 0.00, 0.11, 0.78, 0.01. Web safe color of #fce138 is #ffcc33. Color #fce138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 00111000
Octal 374 341 70
Decimal 252 225 56
Hex FC E1 38

RGB Percentages of Color #fce138

%47.28
%42.21
%10.51

CMYK Percentages of Color #fce138

%0
%11
%78
%1

Triadic Colors of #fce138

#fce138 #38fce1 #e138fc

Analogous Colors of #fce138

#fce138 #b5fc38 #fc7f38

Monochromatic Colors of #fce138

#fce138

Complementary Color

#fce138 #3853fc

#fce138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce138 Color CSS Codes

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

#fce138 Text Font Color

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

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


#fce138 Background Color

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

This div background color is #fce138


#fce138 Border Color

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

This div border color is #fce138


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,225,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce138

Related Colors


Comments

No comments written yet.

Please login to write comment.