Color Hex Logo

#fce27a Color Hex

#FCE27A
(252,226,122)
0 Favorites   0 Comments

Color spaces of #fce27a

RGB 252226122
HSL0.130.960.73
HSV48°52°99°
CMYK 0.000.100.52   0.01
XYZ70.854176.493329.4426
Yxy76.49330.40080.4327
Hunter Lab87.4604-8.448141.2630
CIE-Lab90.0879-3.912953.5793

#fce27a color RGB value is (252,226,122).

#fce27a hex color red value is 252, green value is 226 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fce27a hue: 0.13 , saturation: 0.96 and the lightness value of fce27a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100010 01111010
Octal 374 342 172
Decimal 252 226 122
Hex FC E2 7A

RGB Percentages of Color #fce27a

%42.00
%37.67
%20.33

CMYK Percentages of Color #fce27a

%0
%10
%52
%1

Triadic Colors of #fce27a

#fce27a #7afce2 #e27afc

Analogous Colors of #fce27a

#fce27a #d5fc7a #fca17a

Monochromatic Colors of #fce27a

#fce27a

Complementary Color

#fce27a #7a94fc

#fce27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce27a Color CSS Codes

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

#fce27a Text Font Color

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

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


#fce27a Background Color

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

This div background color is #fce27a


#fce27a Border Color

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

This div border color is #fce27a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce27a


Comments

No comments written yet.

Please login to write comment.