Color Hex Logo

#fce211 Color Hex

#FCE211
(252,226,17)
0 Favorites   0 Comments

Color spaces of #fce211

RGB 25222617
HSL0.150.980.53
HSV53°93°99°
CMYK 0.000.100.93   0.01
XYZ67.442475.128611.4770
Yxy75.12860.43780.4877
Hunter Lab86.6768-12.795152.8231
CIE-Lab89.4532-8.573987.3403

#fce211 color RGB value is (252,226,17).

#fce211 hex color red value is 252, green value is 226 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #fce211 hue: 0.15 , saturation: 0.98 and the lightness value of fce211 is 0.53.

The process color (four color CMYK) of #fce211 color hex is 0.00, 0.10, 0.93, 0.01. Web safe color of #fce211 is #ffcc00. Color #fce211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100010 00010001
Octal 374 342 21
Decimal 252 226 17
Hex FC E2 11

RGB Percentages of Color #fce211

%50.91
%45.66
%3.43

CMYK Percentages of Color #fce211

%0
%10
%93
%1

Triadic Colors of #fce211

#fce211 #11fce2 #e211fc

Analogous Colors of #fce211

#fce211 #a1fc11 #fc6d11

Monochromatic Colors of #fce211

#fce211

Complementary Color

#fce211 #112bfc

#fce211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce211 Color CSS Codes

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

#fce211 Text Font Color

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

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


#fce211 Background Color

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

This div background color is #fce211


#fce211 Border Color

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

This div border color is #fce211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce211


Comments

No comments written yet.

Please login to write comment.