Color Hex Logo

#ffd301 Color Hex

#FFD301
(255,211,1)
0 Favorites   0 Comments

Color spaces of #ffd301

RGB 2552111
HSL0.141.000.50
HSV50°100°100°
CMYK 0.000.171.00   0.00
XYZ64.539767.85079.7236
Yxy67.85070.45410.4774
Hunter Lab82.3715-4.292050.6611
CIE-Lab85.93170.112786.3482

#ffd301 color RGB value is (255,211,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010011 00000001
Octal 377 323 1
Decimal 255 211 1
Hex FF D3 1

RGB Percentages of Color #ffd301

%54.60
%45.18
%0.21

CMYK Percentages of Color #ffd301

%0
%17
%100
%0

Triadic Colors of #ffd301

#ffd301 #01ffd3 #d301ff

Analogous Colors of #ffd301

#ffd301 #acff01 #ff5401

Monochromatic Colors of #ffd301

#ffd301

Complementary Color

#ffd301 #012dff

#ffd301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd301 Color CSS Codes

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

#ffd301 Text Font Color

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

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


#ffd301 Background Color

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

This div background color is #ffd301


#ffd301 Border Color

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

This div border color is #ffd301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd301

Related Colors


Comments

No comments written yet.

Please login to write comment.