Color Hex Logo

#fce648 Color Hex

#FCE648
(252,230,72)
0 Favorites   0 Comments

Color spaces of #fce648

RGB 25223072
HSL0.150.970.64
HSV53°71°99°
CMYK 0.000.090.71   0.01
XYZ69.611477.757017.4706
Yxy77.75700.42230.4717
Hunter Lab88.1799-13.402649.9792
CIE-Lab90.6689-9.083575.2328

#fce648 color RGB value is (252,230,72).

#fce648 hex color red value is 252, green value is 230 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #fce648 hue: 0.15 , saturation: 0.97 and the lightness value of fce648 is 0.64.

The process color (four color CMYK) of #fce648 color hex is 0.00, 0.09, 0.71, 0.01. Web safe color of #fce648 is #ffff33. Color #fce648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100110 01001000
Octal 374 346 110
Decimal 252 230 72
Hex FC E6 48

RGB Percentages of Color #fce648

%45.49
%41.52
%13.00

CMYK Percentages of Color #fce648

%0
%9
%71
%1

Triadic Colors of #fce648

#fce648 #48fce6 #e648fc

Analogous Colors of #fce648

#fce648 #b8fc48 #fc8c48

Monochromatic Colors of #fce648

#fce648

Complementary Color

#fce648 #485efc

#fce648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce648 Color CSS Codes

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

#fce648 Text Font Color

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

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


#fce648 Background Color

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

This div background color is #fce648


#fce648 Border Color

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

This div border color is #fce648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce648


Comments

No comments written yet.

Please login to write comment.