Color Hex Logo

#fce825 Color Hex

#FCE825
(252,232,37)
0 Favorites   0 Comments

Color spaces of #fce825

RGB 25223237
HSL0.150.970.57
HSV54°85°99°
CMYK 0.000.080.85   0.01
XYZ69.335478.542213.2561
Yxy78.54220.43030.4874
Hunter Lab88.6240-15.441853.1684
CIE-Lab91.0268-11.222385.4042

#fce825 color RGB value is (252,232,37).

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

The process color (four color CMYK) of #fce825 color hex is 0.00, 0.08, 0.85, 0.01. Web safe color of #fce825 is #ffff33. Color #fce825 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101000 00100101
Octal 374 350 45
Decimal 252 232 37
Hex FC E8 25

RGB Percentages of Color #fce825

%48.37
%44.53
%7.10

CMYK Percentages of Color #fce825

%0
%8
%85
%1

Triadic Colors of #fce825

#fce825 #25fce8 #e825fc

Analogous Colors of #fce825

#fce825 #a5fc25 #fc7d25

Monochromatic Colors of #fce825

#fce825

Complementary Color

#fce825 #2539fc

#fce825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce825 Color CSS Codes

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

#fce825 Text Font Color

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

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


#fce825 Background Color

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

This div background color is #fce825


#fce825 Border Color

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

This div border color is #fce825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce825


Comments

No comments written yet.

Please login to write comment.