Color Hex Logo

#ffea2d Color Hex

#FFEA2D
(255,234,45)
0 Favorites   0 Comments

Color spaces of #ffea2d

RGB 25523445
HSL0.151.000.59
HSV54°82°100°
CMYK 0.000.080.82   0.00
XYZ71.136580.295114.2318
Yxy80.29510.42940.4847
Hunter Lab89.6075-15.107953.3086
CIE-Lab91.8171-10.765084.3922

#ffea2d color RGB value is (255,234,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101010 00101101
Octal 377 352 55
Decimal 255 234 45
Hex FF EA 2D

RGB Percentages of Color #ffea2d

%47.75
%43.82
%8.43

CMYK Percentages of Color #ffea2d

%0
%8
%82
%0

Triadic Colors of #ffea2d

#ffea2d #2dffea #ea2dff

Analogous Colors of #ffea2d

#ffea2d #abff2d #ff812d

Monochromatic Colors of #ffea2d

#ffea2d

Complementary Color

#ffea2d #2d42ff

#ffea2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffea2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffea2d Color CSS Codes

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

#ffea2d Text Font Color

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

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


#ffea2d Background Color

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

This div background color is #ffea2d


#ffea2d Border Color

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

This div border color is #ffea2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffea2d

Related Colors


Comments

No comments written yet.

Please login to write comment.