Color Hex Logo

#fce46b Color Hex

#FCE46B
(252,228,107)
0 Favorites   0 Comments

Color spaces of #fce46b

RGB 252228107
HSL0.140.960.70
HSV50°58°99°
CMYK 0.000.100.58   0.01
XYZ70.542177.243825.1015
Yxy77.24380.40800.4468
Hunter Lab87.8885-10.534944.5883
CIE-Lab90.4337-6.070060.8727

#fce46b color RGB value is (252,228,107).

#fce46b hex color red value is 252, green value is 228 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fce46b hue: 0.14 , saturation: 0.96 and the lightness value of fce46b is 0.70.

The process color (four color CMYK) of #fce46b color hex is 0.00, 0.10, 0.58, 0.01. Web safe color of #fce46b is #ffcc66. Color #fce46b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 01101011
Octal 374 344 153
Decimal 252 228 107
Hex FC E4 6B

RGB Percentages of Color #fce46b

%42.93
%38.84
%18.23

CMYK Percentages of Color #fce46b

%0
%10
%58
%1

Triadic Colors of #fce46b

#fce46b #6bfce4 #e46bfc

Analogous Colors of #fce46b

#fce46b #ccfc6b #fc9c6b

Monochromatic Colors of #fce46b

#fce46b

Complementary Color

#fce46b #6b83fc

#fce46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce46b Color CSS Codes

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

#fce46b Text Font Color

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

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


#fce46b Background Color

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

This div background color is #fce46b


#fce46b Border Color

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

This div border color is #fce46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce46b


Comments

No comments written yet.

Please login to write comment.