Color Hex Logo

#ffd458 Color Hex

#FFD458
(255,212,88)
0 Favorites   0 Comments

Color spaces of #ffd458

RGB 25521288
HSL0.121.000.67
HSV45°65°100°
CMYK 0.000.170.65   0.00
XYZ66.544969.051519.0535
Yxy69.05150.43030.4465
Hunter Lab83.0972-2.476044.5734
CIE-Lab86.52952.041064.9082

#ffd458 color RGB value is (255,212,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010100 01011000
Octal 377 324 130
Decimal 255 212 88
Hex FF D4 58

RGB Percentages of Color #ffd458

%45.95
%38.20
%15.86

CMYK Percentages of Color #ffd458

%0
%17
%65
%0

Triadic Colors of #ffd458

#ffd458 #58ffd4 #d458ff

Analogous Colors of #ffd458

#ffd458 #d7ff58 #ff8158

Monochromatic Colors of #ffd458

#ffd458

Complementary Color

#ffd458 #5883ff

#ffd458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd458 Color CSS Codes

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

#ffd458 Text Font Color

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

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


#ffd458 Background Color

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

This div background color is #ffd458


#ffd458 Border Color

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

This div border color is #ffd458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd458

Related Colors

#ffd458 Color Palettes


Comments

No comments written yet.

Please login to write comment.