Color Hex Logo

#fcef53 Color Hex

#FCEF53
(252,239,83)
0 Favorites   0 Comments

Color spaces of #fcef53

RGB 25223983
HSL0.150.970.66
HSV55°67°99°
CMYK 0.000.050.67   0.01
XYZ72.572783.053020.3895
Yxy83.05300.41230.4719
Hunter Lab91.1334-17.337750.5283
CIE-Lab93.0376-12.991173.5732

#fcef53 color RGB value is (252,239,83).

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

The process color (four color CMYK) of #fcef53 color hex is 0.00, 0.05, 0.67, 0.01. Web safe color of #fcef53 is #ffff66. Color #fcef53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 01010011
Octal 374 357 123
Decimal 252 239 83
Hex FC EF 53

RGB Percentages of Color #fcef53

%43.90
%41.64
%14.46

CMYK Percentages of Color #fcef53

%0
%5
%67
%1

Triadic Colors of #fcef53

#fcef53 #53fcef #ef53fc

Analogous Colors of #fcef53

#fcef53 #b5fc53 #fc9b53

Monochromatic Colors of #fcef53

#fcef53

Complementary Color

#fcef53 #5360fc

#fcef53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcef53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcef53 Color CSS Codes

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

#fcef53 Text Font Color

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

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


#fcef53 Background Color

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

This div background color is #fcef53


#fcef53 Border Color

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

This div border color is #fcef53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcef53


Comments

No comments written yet.

Please login to write comment.