Color Hex Logo

#ffd601 Color Hex

#FFD601
(255,214,1)
0 Favorites   0 Comments

Color spaces of #ffd601

RGB 2552141
HSL0.141.000.50
HSV50°100°100°
CMYK 0.000.161.00   0.00
XYZ65.292069.35539.9744
Yxy69.35530.45150.4796
Hunter Lab83.2798-5.794451.1947
CIE-Lab86.6797-1.410286.8757

#ffd601 color RGB value is (255,214,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 00000001
Octal 377 326 1
Decimal 255 214 1
Hex FF D6 1

RGB Percentages of Color #ffd601

%54.26
%45.53
%0.21

CMYK Percentages of Color #ffd601

%0
%16
%100
%0

Triadic Colors of #ffd601

#ffd601 #01ffd6 #d601ff

Analogous Colors of #ffd601

#ffd601 #a9ff01 #ff5701

Monochromatic Colors of #ffd601

#ffd601

Complementary Color

#ffd601 #012aff

#ffd601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd601 Color CSS Codes

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

#ffd601 Text Font Color

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

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


#ffd601 Background Color

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

This div background color is #ffd601


#ffd601 Border Color

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

This div border color is #ffd601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd601


Comments

No comments written yet.

Please login to write comment.