Color Hex Logo

#fceb7d Color Hex

#FCEB7D
(252,235,125)
0 Favorites   0 Comments

Color spaces of #fceb7d

RGB 252235125
HSL0.140.950.74
HSV52°50°99°
CMYK 0.000.070.50   0.01
XYZ73.554981.592831.2743
Yxy81.59280.39460.4377
Hunter Lab90.3287-12.722342.7023
CIE-Lab92.3948-8.168054.9286

#fceb7d color RGB value is (252,235,125).

#fceb7d hex color red value is 252, green value is 235 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fceb7d hue: 0.14 , saturation: 0.95 and the lightness value of fceb7d is 0.74.

The process color (four color CMYK) of #fceb7d color hex is 0.00, 0.07, 0.50, 0.01. Web safe color of #fceb7d is #ffff66. Color #fceb7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 01111101
Octal 374 353 175
Decimal 252 235 125
Hex FC EB 7D

RGB Percentages of Color #fceb7d

%41.18
%38.40
%20.42

CMYK Percentages of Color #fceb7d

%0
%7
%50
%1

Triadic Colors of #fceb7d

#fceb7d #7dfceb #eb7dfc

Analogous Colors of #fceb7d

#fceb7d #cefc7d #fcac7d

Monochromatic Colors of #fceb7d

#fceb7d

Complementary Color

#fceb7d #7d8efc

#fceb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceb7d Color CSS Codes

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

#fceb7d Text Font Color

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

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


#fceb7d Background Color

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

This div background color is #fceb7d


#fceb7d Border Color

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

This div border color is #fceb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceb7d

Related Colors


Comments

No comments written yet.

Please login to write comment.