Color Hex Logo

#ffea5d Color Hex

#FFEA5D
(255,234,93)
0 Favorites   0 Comments

Color spaces of #ffea5d

RGB 25523493
HSL0.151.000.68
HSV52°64°100°
CMYK 0.000.080.64   0.00
XYZ72.638680.896022.1419
Yxy80.89600.41350.4605
Hunter Lab89.9422-13.239748.3636
CIE-Lab92.0854-8.748368.7430

#ffea5d color RGB value is (255,234,93).

#ffea5d hex color red value is 255, green value is 234 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ffea5d hue: 0.15 , saturation: 1.00 and the lightness value of ffea5d is 0.68.

The process color (four color CMYK) of #ffea5d color hex is 0.00, 0.08, 0.64, 0.00. Web safe color of #ffea5d is #ffff66. Color #ffea5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101010 01011101
Octal 377 352 135
Decimal 255 234 93
Hex FF EA 5D

RGB Percentages of Color #ffea5d

%43.81
%40.21
%15.98

CMYK Percentages of Color #ffea5d

%0
%8
%64
%0

Triadic Colors of #ffea5d

#ffea5d #5dffea #ea5dff

Analogous Colors of #ffea5d

#ffea5d #c3ff5d #ff995d

Monochromatic Colors of #ffea5d

#ffea5d

Complementary Color

#ffea5d #5d72ff

#ffea5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffea5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffea5d Color CSS Codes

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

#ffea5d Text Font Color

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

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


#ffea5d Background Color

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

This div background color is #ffea5d


#ffea5d Border Color

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

This div border color is #ffea5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffea5d

Related Colors

#ffea5d Color Palettes


Comments

No comments written yet.

Please login to write comment.