Color Hex Logo

#ffd61e Color Hex

#FFD61E
(255,214,30)
0 Favorites   0 Comments

Color spaces of #ffd61e

RGB 25521430
HSL0.141.000.56
HSV49°88°100°
CMYK 0.000.160.88   0.00
XYZ65.520969.446911.1796
Yxy69.44690.44830.4752
Hunter Lab83.3348-5.492650.3804
CIE-Lab86.7249-1.090083.4595

#ffd61e color RGB value is (255,214,30).

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

The process color (four color CMYK) of #ffd61e color hex is 0.00, 0.16, 0.88, 0.00. Web safe color of #ffd61e is #ffcc33. Color #ffd61e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 00011110
Octal 377 326 36
Decimal 255 214 30
Hex FF D6 1E

RGB Percentages of Color #ffd61e

%51.10
%42.89
%6.01

CMYK Percentages of Color #ffd61e

%0
%16
%88
%0

Triadic Colors of #ffd61e

#ffd61e #1effd6 #d61eff

Analogous Colors of #ffd61e

#ffd61e #b8ff1e #ff661e

Monochromatic Colors of #ffd61e

#ffd61e

Complementary Color

#ffd61e #1e47ff

#ffd61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd61e Color CSS Codes

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

#ffd61e Text Font Color

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

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


#ffd61e Background Color

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

This div background color is #ffd61e


#ffd61e Border Color

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

This div border color is #ffd61e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd61e

Related Colors

#ffd61e Color Palettes


Comments

No comments written yet.

Please login to write comment.