Color Hex Logo

#fce242 Color Hex

#FCE242
(252,226,66)
0 Favorites   0 Comments

Color spaces of #fce242

RGB 25222666
HSL0.140.970.62
HSV52°74°99°
CMYK 0.000.100.74   0.01
XYZ68.324675.481516.1226
Yxy75.48150.42720.4720
Hunter Lab86.8801-11.663449.8134
CIE-Lab89.6181-7.348376.2913

#fce242 color RGB value is (252,226,66).

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

The process color (four color CMYK) of #fce242 color hex is 0.00, 0.10, 0.74, 0.01. Web safe color of #fce242 is #ffcc33. Color #fce242 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100010 01000010
Octal 374 342 102
Decimal 252 226 66
Hex FC E2 42

RGB Percentages of Color #fce242

%46.32
%41.54
%12.13

CMYK Percentages of Color #fce242

%0
%10
%74
%1

Triadic Colors of #fce242

#fce242 #42fce2 #e242fc

Analogous Colors of #fce242

#fce242 #b9fc42 #fc8542

Monochromatic Colors of #fce242

#fce242

Complementary Color

#fce242 #425cfc

#fce242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce242 Color CSS Codes

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

#fce242 Text Font Color

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

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


#fce242 Background Color

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

This div background color is #fce242


#fce242 Border Color

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

This div border color is #fce242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce242

Related Colors


Comments

No comments written yet.

Please login to write comment.