Color Hex Logo

#fce30b Color Hex

#FCE30B
(252,227,11)
0 Favorites   0 Comments

Color spaces of #fce30b

RGB 25222711
HSL0.150.980.52
HSV54°96°99°
CMYK 0.000.100.96   0.01
XYZ67.674475.657811.3532
Yxy75.65780.43750.4891
Hunter Lab86.9815-13.338953.1483
CIE-Lab89.7002-9.127888.1071

#fce30b color RGB value is (252,227,11).

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

The process color (four color CMYK) of #fce30b color hex is 0.00, 0.10, 0.96, 0.01. Web safe color of #fce30b is #ffcc00. Color #fce30b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100011 00001011
Octal 374 343 13
Decimal 252 227 11
Hex FC E3 B

RGB Percentages of Color #fce30b

%51.43
%46.33
%2.24

CMYK Percentages of Color #fce30b

%0
%10
%96
%1

Triadic Colors of #fce30b

#fce30b #0bfce3 #e30bfc

Analogous Colors of #fce30b

#fce30b #9dfc0b #fc6b0b

Monochromatic Colors of #fce30b

#fce30b

Complementary Color

#fce30b #0b24fc

#fce30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce30b Color CSS Codes

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

#fce30b Text Font Color

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

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


#fce30b Background Color

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

This div background color is #fce30b


#fce30b Border Color

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

This div border color is #fce30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce30b

Related Colors


Comments

No comments written yet.

Please login to write comment.