Color Hex Logo

#fcea26 Color Hex

#FCEA26
(252,234,38)
0 Favorites   0 Comments

Color spaces of #fcea26

RGB 25223438
HSL0.150.970.57
HSV55°85°99°
CMYK 0.000.070.85   0.01
XYZ69.917679.681013.5286
Yxy79.68100.42860.4885
Hunter Lab89.2642-16.399453.4991
CIE-Lab91.5415-12.185085.6171

#fcea26 color RGB value is (252,234,38).

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

The process color (four color CMYK) of #fcea26 color hex is 0.00, 0.07, 0.85, 0.01. Web safe color of #fcea26 is #ffff33. Color #fcea26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 00100110
Octal 374 352 46
Decimal 252 234 38
Hex FC EA 26

RGB Percentages of Color #fcea26

%48.09
%44.66
%7.25

CMYK Percentages of Color #fcea26

%0
%7
%85
%1

Triadic Colors of #fcea26

#fcea26 #26fcea #ea26fc

Analogous Colors of #fcea26

#fcea26 #a3fc26 #fc7f26

Monochromatic Colors of #fcea26

#fcea26

Complementary Color

#fcea26 #2638fc

#fcea26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcea26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcea26 Color CSS Codes

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

#fcea26 Text Font Color

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

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


#fcea26 Background Color

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

This div background color is #fcea26


#fcea26 Border Color

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

This div border color is #fcea26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcea26


Comments

No comments written yet.

Please login to write comment.