Color Hex Logo

#ffd901 Color Hex

#FFD901
(255,217,1)
1 Favorites   0 Comments

Color spaces of #ffd901

RGB 2552171
HSL0.141.000.50
HSV51°100°100°
CMYK 0.000.151.00   0.00
XYZ66.058370.887910.2298
Yxy70.88790.44880.4817
Hunter Lab84.1950-7.292351.7327
CIE-Lab87.4305-2.927387.4072

#ffd901 color RGB value is (255,217,1).

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

The process color (four color CMYK) of #ffd901 color hex is 0.00, 0.15, 1.00, 0.00. Web safe color of #ffd901 is #ffcc00. Color #ffd901 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 00000001
Octal 377 331 1
Decimal 255 217 1
Hex FF D9 1

RGB Percentages of Color #ffd901

%53.91
%45.88
%0.21

CMYK Percentages of Color #ffd901

%0
%15
%100
%0

Triadic Colors of #ffd901

#ffd901 #01ffd9 #d901ff

Analogous Colors of #ffd901

#ffd901 #a6ff01 #ff5a01

Monochromatic Colors of #ffd901

#ffd901

Complementary Color

#ffd901 #0127ff

#ffd901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd901 Color CSS Codes

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

#ffd901 Text Font Color

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

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


#ffd901 Background Color

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

This div background color is #ffd901


#ffd901 Border Color

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

This div border color is #ffd901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd901

Related Colors


Comments

No comments written yet.

Please login to write comment.