Color Hex Logo

#ffe384 Color Hex

#FFE384
(255,227,132)
1 Favorites   0 Comments

Color spaces of #ffe384

RGB 255227132
HSL0.131.000.76
HSV46°48°100°
CMYK 0.000.110.48   0.00
XYZ72.873977.864133.0182
Yxy77.86410.39660.4237
Hunter Lab88.2406-7.006139.5831
CIE-Lab90.7179-2.360749.6287

#ffe384 color RGB value is (255,227,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100011 10000100
Octal 377 343 204
Decimal 255 227 132
Hex FF E3 84

RGB Percentages of Color #ffe384

%41.53
%36.97
%21.50

CMYK Percentages of Color #ffe384

%0
%11
%48
%0

Triadic Colors of #ffe384

#ffe384 #84ffe3 #e384ff

Analogous Colors of #ffe384

#ffe384 #deff84 #ffa684

Monochromatic Colors of #ffe384

#ffe384

Complementary Color

#ffe384 #84a0ff

#ffe384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe384 Color CSS Codes

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

#ffe384 Text Font Color

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

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


#ffe384 Background Color

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

This div background color is #ffe384


#ffe384 Border Color

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

This div border color is #ffe384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe384

Related Colors

#ffe384 Color Palettes


Comments

No comments written yet.

Please login to write comment.