Color Hex Logo

#ffd554 Color Hex

#FFD554
(255,213,84)
0 Favorites   0 Comments

Color spaces of #ffd554

RGB 25521384
HSL0.131.000.66
HSV45°67°100°
CMYK 0.000.160.67   0.00
XYZ66.634569.488618.2881
Yxy69.48860.43150.4500
Hunter Lab83.3598-3.193945.3444
CIE-Lab86.74541.309666.7989

#ffd554 color RGB value is (255,213,84).

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

The process color (four color CMYK) of #ffd554 color hex is 0.00, 0.16, 0.67, 0.00. Web safe color of #ffd554 is #ffcc66. Color #ffd554 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010101 01010100
Octal 377 325 124
Decimal 255 213 84
Hex FF D5 54

RGB Percentages of Color #ffd554

%46.20
%38.59
%15.22

CMYK Percentages of Color #ffd554

%0
%16
%67
%0

Triadic Colors of #ffd554

#ffd554 #54ffd5 #d554ff

Analogous Colors of #ffd554

#ffd554 #d4ff54 #ff8054

Monochromatic Colors of #ffd554

#ffd554

Complementary Color

#ffd554 #547eff

#ffd554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd554 Color CSS Codes

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

#ffd554 Text Font Color

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

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


#ffd554 Background Color

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

This div background color is #ffd554


#ffd554 Border Color

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

This div border color is #ffd554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd554

#ffd554 Color Palettes


Comments

No comments written yet.

Please login to write comment.