Color Hex Logo

#ffd455 Color Hex

#FFD455
(255,212,85)
0 Favorites   0 Comments

Color spaces of #ffd455

RGB 25521285
HSL0.121.000.67
HSV45°67°100°
CMYK 0.000.170.67   0.00
XYZ66.423269.002818.4123
Yxy69.00280.43180.4485
Hunter Lab83.0679-2.635845.0057
CIE-Lab86.50541.874166.1358

#ffd455 color RGB value is (255,212,85).

#ffd455 hex color red value is 255, green value is 212 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ffd455 hue: 0.12 , saturation: 1.00 and the lightness value of ffd455 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010100 01010101
Octal 377 324 125
Decimal 255 212 85
Hex FF D4 55

RGB Percentages of Color #ffd455

%46.20
%38.41
%15.40

CMYK Percentages of Color #ffd455

%0
%17
%67
%0

Triadic Colors of #ffd455

#ffd455 #55ffd4 #d455ff

Analogous Colors of #ffd455

#ffd455 #d5ff55 #ff7f55

Monochromatic Colors of #ffd455

#ffd455

Complementary Color

#ffd455 #5580ff

#ffd455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd455 Color CSS Codes

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

#ffd455 Text Font Color

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

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


#ffd455 Background Color

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

This div background color is #ffd455


#ffd455 Border Color

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

This div border color is #ffd455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd455

#ffd455 Color Palettes


Comments

No comments written yet.

Please login to write comment.