color codes Logo

#fceb0d color codes

#FCEB0D
(252,235,13)
0 Favorites   0 Comments

Color spaces of #fceb0d

RGB 25223513
HSL0.150.980.52
HSV56°95°99°
CMYK 0.000.070.95   0.01
XYZ69.925980.141212.1641
Yxy80.14120.43100.4940
Hunter Lab89.5216-17.235454.6089
CIE-Lab91.7482-13.057889.4483

#fceb0d color RGB value is (252,235,13).

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

The process color (four color CMYK) of #fceb0d color code is 0.00, 0.07, 0.95, 0.01. Web safe color of #fceb0d is #ffff00. Color #fceb0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 00001101
Octal 374 353 15
Decimal 252 235 13
Hex FC EB D

RGB Percentages of Color #fceb0d

%50.40
%47.00
%2.60

CMYK Percentages of Color #fceb0d

%0
%7
%95
%1

Triadic Colors of #fceb0d

#fceb0d #0dfceb #eb0dfc

Analogous Colors of #fceb0d

#fceb0d #96fc0d #fc740d

Monochromatic Colors of #fceb0d

#fceb0d

Complementary Color

#fceb0d #0d1efc

#fceb0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceb0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceb0d Color CSS Codes

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

#fceb0d Text Font Color

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

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


#fceb0d Background Color

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

This div background color is #fceb0d


#fceb0d Border Color

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

This div border color is #fceb0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceb0d

Related Colors


Comments

No comments written yet.

Please login to write comment.