Color Hex Logo

#fceb01 Color Hex

#FCEB01
(252,235,1)
0 Favorites   0 Comments

Color spaces of #fceb01

RGB 2522351
HSL0.160.990.50
HSV56°100°99°
CMYK 0.000.071.00   0.01
XYZ69.858780.114311.8104
Yxy80.11430.43180.4952
Hunter Lab89.5066-17.319754.8313
CIE-Lab91.7361-13.150590.3703

#fceb01 color RGB value is (252,235,1).

#fceb01 hex color red value is 252, green value is 235 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #fceb01 hue: 0.16 , saturation: 0.99 and the lightness value of fceb01 is 0.50.

The process color (four color CMYK) of #fceb01 color hex is 0.00, 0.07, 1.00, 0.01. Web safe color of #fceb01 is #ffff00. Color #fceb01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 00000001
Octal 374 353 1
Decimal 252 235 1
Hex FC EB 1

RGB Percentages of Color #fceb01

%51.64
%48.16
%0.20

CMYK Percentages of Color #fceb01

%0
%7
%100
%1

Triadic Colors of #fceb01

#fceb01 #01fceb #eb01fc

Analogous Colors of #fceb01

#fceb01 #90fc01 #fc6e01

Monochromatic Colors of #fceb01

#fceb01

Complementary Color

#fceb01 #0112fc

#fceb01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceb01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceb01 Color CSS Codes

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

#fceb01 Text Font Color

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

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


#fceb01 Background Color

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

This div background color is #fceb01


#fceb01 Border Color

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

This div border color is #fceb01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceb01


Comments

No comments written yet.

Please login to write comment.