Color Hex Logo

#ffd31b Color Hex

#FFD31B
(255,211,27)
0 Favorites   0 Comments

Color spaces of #ffd31b

RGB 25521127
HSL0.131.000.55
HSV48°89°100°
CMYK 0.000.170.89   0.00
XYZ64.732167.927710.7365
Yxy67.92770.45140.4737
Hunter Lab82.4183-4.036349.9692
CIE-Lab85.97030.382883.4125

#ffd31b color RGB value is (255,211,27).

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

The process color (four color CMYK) of #ffd31b color hex is 0.00, 0.17, 0.89, 0.00. Web safe color of #ffd31b is #ffcc33. Color #ffd31b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010011 00011011
Octal 377 323 33
Decimal 255 211 27
Hex FF D3 1B

RGB Percentages of Color #ffd31b

%51.72
%42.80
%5.48

CMYK Percentages of Color #ffd31b

%0
%17
%89
%0

Triadic Colors of #ffd31b

#ffd31b #1bffd3 #d31bff

Analogous Colors of #ffd31b

#ffd31b #b9ff1b #ff611b

Monochromatic Colors of #ffd31b

#ffd31b

Complementary Color

#ffd31b #1b47ff

#ffd31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd31b Color CSS Codes

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

#ffd31b Text Font Color

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

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


#ffd31b Background Color

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

This div background color is #ffd31b


#ffd31b Border Color

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

This div border color is #ffd31b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd31b

Related Colors

#ffd31b Color Palettes


Comments

No comments written yet.

Please login to write comment.