color codes Logo

#fceb74 color codes

#FCEB74
(252,235,116)
0 Favorites   0 Comments

Color spaces of #fceb74

RGB 252235116
HSL0.150.960.72
HSV53°54°99°
CMYK 0.000.070.54   0.01
XYZ73.005681.373128.3818
Yxy81.37310.39950.4452
Hunter Lab90.2070-13.400244.4905
CIE-Lab92.2975-8.893858.9612

#fceb74 color RGB value is (252,235,116).

#fceb74 hex color red value is 252, green value is 235 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #fceb74 hue: 0.15 , saturation: 0.96 and the lightness value of fceb74 is 0.72.

The process color (four color CMYK) of #fceb74 color code is 0.00, 0.07, 0.54, 0.01. Web safe color of #fceb74 is #ffff66. Color #fceb74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 01110100
Octal 374 353 164
Decimal 252 235 116
Hex FC EB 74

RGB Percentages of Color #fceb74

%41.79
%38.97
%19.24

CMYK Percentages of Color #fceb74

%0
%7
%54
%1

Triadic Colors of #fceb74

#fceb74 #74fceb #eb74fc

Analogous Colors of #fceb74

#fceb74 #c9fc74 #fca774

Monochromatic Colors of #fceb74

#fceb74

Complementary Color

#fceb74 #7485fc

#fceb74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceb74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceb74 Color CSS Codes

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

#fceb74 Text Font Color

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

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


#fceb74 Background Color

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

This div background color is #fceb74


#fceb74 Border Color

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

This div border color is #fceb74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceb74


Comments

No comments written yet.

Please login to write comment.