Color Hex Logo

#ffde5a Color Hex

#FFDE5A
(255,222,90)
0 Favorites   0 Comments

Color spaces of #ffde5a

RGB 25522290
HSL0.131.000.68
HSV48°65°100°
CMYK 0.000.130.65   0.00
XYZ69.206774.240720.3552
Yxy74.24070.42250.4532
Hunter Lab86.1630-7.413046.3074
CIE-Lab89.0361-2.920766.7383

#ffde5a color RGB value is (255,222,90).

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

The process color (four color CMYK) of #ffde5a color hex is 0.00, 0.13, 0.65, 0.00. Web safe color of #ffde5a is #ffcc66. Color #ffde5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 01011010
Octal 377 336 132
Decimal 255 222 90
Hex FF DE 5A

RGB Percentages of Color #ffde5a

%44.97
%39.15
%15.87

CMYK Percentages of Color #ffde5a

%0
%13
%65
%0

Triadic Colors of #ffde5a

#ffde5a #5affde #de5aff

Analogous Colors of #ffde5a

#ffde5a #ceff5a #ff8c5a

Monochromatic Colors of #ffde5a

#ffde5a

Complementary Color

#ffde5a #5a7bff

#ffde5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffde5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffde5a Color CSS Codes

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

#ffde5a Text Font Color

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

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


#ffde5a Background Color

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

This div background color is #ffde5a


#ffde5a Border Color

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

This div border color is #ffde5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffde5a

#ffde5a Color Palettes


Comments

No comments written yet.

Please login to write comment.