Color Hex Logo

#fcee13 Color Hex

#FCEE13
(252,238,19)
0 Favorites   0 Comments

Color spaces of #fcee13

RGB 25223819
HSL0.160.970.53
HSV56°92°99°
CMYK 0.000.060.92   0.01
XYZ70.837081.891512.6892
Yxy81.89150.42820.4951
Hunter Lab90.4939-18.637855.0320
CIE-Lab92.5269-14.462689.4244

#fcee13 color RGB value is (252,238,19).

#fcee13 hex color red value is 252, green value is 238 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #fcee13 hue: 0.16 , saturation: 0.97 and the lightness value of fcee13 is 0.53.

The process color (four color CMYK) of #fcee13 color hex is 0.00, 0.06, 0.92, 0.01. Web safe color of #fcee13 is #ffff00. Color #fcee13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101110 00010011
Octal 374 356 23
Decimal 252 238 19
Hex FC EE 13

RGB Percentages of Color #fcee13

%49.51
%46.76
%3.73

CMYK Percentages of Color #fcee13

%0
%6
%92
%1

Triadic Colors of #fcee13

#fcee13 #13fcee #ee13fc

Analogous Colors of #fcee13

#fcee13 #96fc13 #fc7a13

Monochromatic Colors of #fcee13

#fcee13

Complementary Color

#fcee13 #1321fc

#fcee13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcee13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcee13 Color CSS Codes

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

#fcee13 Text Font Color

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

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


#fcee13 Background Color

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

This div background color is #fcee13


#fcee13 Border Color

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

This div border color is #fcee13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcee13


Comments

No comments written yet.

Please login to write comment.