Color Hex Logo

#ffd017 Color Hex

#FFD017
(255,208,23)
0 Favorites   0 Comments

Color spaces of #ffd017

RGB 25520823
HSL0.131.000.55
HSV48°91°100°
CMYK 0.000.180.91   0.00
XYZ63.950566.433610.2630
Yxy66.43360.45470.4723
Hunter Lab81.5068-2.585349.5892
CIE-Lab85.21711.851683.4927

#ffd017 color RGB value is (255,208,23).

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

The process color (four color CMYK) of #ffd017 color hex is 0.00, 0.18, 0.91, 0.00. Web safe color of #ffd017 is #ffcc00. Color #ffd017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 00010111
Octal 377 320 27
Decimal 255 208 23
Hex FF D0 17

RGB Percentages of Color #ffd017

%52.47
%42.80
%4.73

CMYK Percentages of Color #ffd017

%0
%18
%91
%0

Triadic Colors of #ffd017

#ffd017 #17ffd0 #d017ff

Analogous Colors of #ffd017

#ffd017 #baff17 #ff5c17

Monochromatic Colors of #ffd017

#ffd017

Complementary Color

#ffd017 #1746ff

#ffd017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd017 Color CSS Codes

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

#ffd017 Text Font Color

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

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


#ffd017 Background Color

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

This div background color is #ffd017


#ffd017 Border Color

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

This div border color is #ffd017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd017

Related Colors


Comments

No comments written yet.

Please login to write comment.