Color Hex Logo

#ffe452 Color Hex

#FFE452
(255,228,82)
0 Favorites   0 Comments

Color spaces of #ffe452

RGB 25522882
HSL0.141.000.66
HSV51°68°100°
CMYK 0.000.110.68   0.00
XYZ70.506477.356019.1978
Yxy77.35600.42200.4630
Hunter Lab87.9523-10.823048.6250
CIE-Lab90.4852-6.368471.4466

#ffe452 color RGB value is (255,228,82).

#ffe452 hex color red value is 255, green value is 228 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ffe452 hue: 0.14 , saturation: 1.00 and the lightness value of ffe452 is 0.66.

The process color (four color CMYK) of #ffe452 color hex is 0.00, 0.11, 0.68, 0.00. Web safe color of #ffe452 is #ffcc66. Color #ffe452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100100 01010010
Octal 377 344 122
Decimal 255 228 82
Hex FF E4 52

RGB Percentages of Color #ffe452

%45.13
%40.35
%14.51

CMYK Percentages of Color #ffe452

%0
%11
%68
%0

Triadic Colors of #ffe452

#ffe452 #52ffe4 #e452ff

Analogous Colors of #ffe452

#ffe452 #c4ff52 #ff8e52

Monochromatic Colors of #ffe452

#ffe452

Complementary Color

#ffe452 #526dff

#ffe452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe452 Color CSS Codes

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

#ffe452 Text Font Color

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

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


#ffe452 Background Color

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

This div background color is #ffe452


#ffe452 Border Color

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

This div border color is #ffe452


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,228,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 #ffe452">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe452

#ffe452 Color Palettes


Comments

No comments written yet.

Please login to write comment.