color codes Logo

#ffd61d color codes

#FFD61D
(255,214,29)
0 Favorites   0 Comments

Color spaces of #ffd61d

RGB 25521429
HSL0.141.000.56
HSV49°89°100°
CMYK 0.000.160.89   0.00
XYZ65.508369.441811.1134
Yxy69.44180.44850.4754
Hunter Lab83.3317-5.509150.4251
CIE-Lab86.7224-1.107583.6404

#ffd61d color RGB value is (255,214,29).

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

The process color (four color CMYK) of #ffd61d color code is 0.00, 0.16, 0.89, 0.00. Web safe color of #ffd61d is #ffcc33. Color #ffd61d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 00011101
Octal 377 326 35
Decimal 255 214 29
Hex FF D6 1D

RGB Percentages of Color #ffd61d

%51.20
%42.97
%5.82

CMYK Percentages of Color #ffd61d

%0
%16
%89
%0

Triadic Colors of #ffd61d

#ffd61d #1dffd6 #d61dff

Analogous Colors of #ffd61d

#ffd61d #b7ff1d #ff651d

Monochromatic Colors of #ffd61d

#ffd61d

Complementary Color

#ffd61d #1d46ff

#ffd61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd61d Color CSS Codes

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

#ffd61d Text Font Color

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

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


#ffd61d Background Color

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

This div background color is #ffd61d


#ffd61d Border Color

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

This div border color is #ffd61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd61d


Comments

No comments written yet.

Please login to write comment.