Color Hex Logo

#ffe485 Color Hex

#FFE485
(255,228,133)
0 Favorites   0 Comments

Color spaces of #ffe485

RGB 255228133
HSL0.131.000.76
HSV47°48°100°
CMYK 0.000.110.48   0.00
XYZ73.217078.440333.4718
Yxy78.44030.39550.4237
Hunter Lab88.5665-7.427439.5892
CIE-Lab90.9804-2.775549.4690

#ffe485 color RGB value is (255,228,133).

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

The process color (four color CMYK) of #ffe485 color hex is 0.00, 0.11, 0.48, 0.00. Web safe color of #ffe485 is #ffcc99. Color #ffe485 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100100 10000101
Octal 377 344 205
Decimal 255 228 133
Hex FF E4 85

RGB Percentages of Color #ffe485

%41.40
%37.01
%21.59

CMYK Percentages of Color #ffe485

%0
%11
%48
%0

Triadic Colors of #ffe485

#ffe485 #85ffe4 #e485ff

Analogous Colors of #ffe485

#ffe485 #ddff85 #ffa785

Monochromatic Colors of #ffe485

#ffe485

Complementary Color

#ffe485 #85a0ff

#ffe485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe485 Color CSS Codes

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

#ffe485 Text Font Color

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

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


#ffe485 Background Color

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

This div background color is #ffe485


#ffe485 Border Color

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

This div border color is #ffe485


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,228,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe485


Comments

No comments written yet.

Please login to write comment.