Color Hex Logo

#fceb1d Color Hex

#FCEB1D
(252,235,29)
0 Favorites   0 Comments

Color spaces of #fceb1d

RGB 25223529
HSL0.150.970.55
HSV55°88°99°
CMYK 0.000.070.88   0.01
XYZ70.075080.200812.9494
Yxy80.20080.42930.4914
Hunter Lab89.5549-17.048254.1153
CIE-Lab91.7749-12.852387.4645

#fceb1d color RGB value is (252,235,29).

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

The process color (four color CMYK) of #fceb1d color hex is 0.00, 0.07, 0.88, 0.01. Web safe color of #fceb1d is #ffff33. Color #fceb1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 00011101
Octal 374 353 35
Decimal 252 235 29
Hex FC EB 1D

RGB Percentages of Color #fceb1d

%48.84
%45.54
%5.62

CMYK Percentages of Color #fceb1d

%0
%7
%88
%1

Triadic Colors of #fceb1d

#fceb1d #1dfceb #eb1dfc

Analogous Colors of #fceb1d

#fceb1d #9efc1d #fc7c1d

Monochromatic Colors of #fceb1d

#fceb1d

Complementary Color

#fceb1d #1d2efc

#fceb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceb1d Color CSS Codes

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

#fceb1d Text Font Color

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

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


#fceb1d Background Color

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

This div background color is #fceb1d


#fceb1d Border Color

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

This div border color is #fceb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceb1d

Related Colors


Comments

No comments written yet.

Please login to write comment.