Color Hex Logo

#fce252 Color Hex

#FCE252
(252,226,82)
0 Favorites   0 Comments

Color spaces of #fce252

RGB 25222682
HSL0.140.970.65
HSV51°67°99°
CMYK 0.000.100.67   0.01
XYZ68.864275.697418.9642
Yxy75.69740.42110.4629
Hunter Lab87.0043-10.974047.9796
CIE-Lab89.7187-6.606070.5817

#fce252 color RGB value is (252,226,82).

#fce252 hex color red value is 252, green value is 226 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #fce252 hue: 0.14 , saturation: 0.97 and the lightness value of fce252 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100010 01010010
Octal 374 342 122
Decimal 252 226 82
Hex FC E2 52

RGB Percentages of Color #fce252

%45.00
%40.36
%14.64

CMYK Percentages of Color #fce252

%0
%10
%67
%1

Triadic Colors of #fce252

#fce252 #52fce2 #e252fc

Analogous Colors of #fce252

#fce252 #c1fc52 #fc8d52

Monochromatic Colors of #fce252

#fce252

Complementary Color

#fce252 #526cfc

#fce252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce252 Color CSS Codes

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

#fce252 Text Font Color

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

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


#fce252 Background Color

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

This div background color is #fce252


#fce252 Border Color

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

This div border color is #fce252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce252


Comments

No comments written yet.

Please login to write comment.