Color Hex Logo

#ffd958 Color Hex

#FFD958
(255,217,88)
0 Favorites   0 Comments

Color spaces of #ffd958

RGB 25521788
HSL0.131.000.67
HSV46°65°100°
CMYK 0.000.150.65   0.00
XYZ67.814371.590319.4766
Yxy71.59030.42680.4506
Hunter Lab84.6111-5.004745.5798
CIE-Lab87.7710-0.504866.2267

#ffd958 color RGB value is (255,217,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 01011000
Octal 377 331 130
Decimal 255 217 88
Hex FF D9 58

RGB Percentages of Color #ffd958

%45.54
%38.75
%15.71

CMYK Percentages of Color #ffd958

%0
%15
%65
%0

Triadic Colors of #ffd958

#ffd958 #58ffd9 #d958ff

Analogous Colors of #ffd958

#ffd958 #d2ff58 #ff8658

Monochromatic Colors of #ffd958

#ffd958

Complementary Color

#ffd958 #587eff

#ffd958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd958 Color CSS Codes

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

#ffd958 Text Font Color

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

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


#ffd958 Background Color

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

This div background color is #ffd958


#ffd958 Border Color

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

This div border color is #ffd958


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,217,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 #ffd958">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd958

Related Colors

#ffd958 Color Palettes


Comments

No comments written yet.

Please login to write comment.