Color Hex Logo

#ffd12e Color Hex

#FFD12E
(255,209,46)
0 Favorites   0 Comments

Color spaces of #ffd12e

RGB 25520946
HSL0.131.000.59
HSV47°82°100°
CMYK 0.000.180.82   0.00
XYZ64.533667.058212.1270
Yxy67.05820.44900.4666
Hunter Lab81.8891-2.637048.5421
CIE-Lab85.53331.816278.8310

#ffd12e color RGB value is (255,209,46).

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

The process color (four color CMYK) of #ffd12e color hex is 0.00, 0.18, 0.82, 0.00. Web safe color of #ffd12e is #ffcc33. Color #ffd12e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 00101110
Octal 377 321 56
Decimal 255 209 46
Hex FF D1 2E

RGB Percentages of Color #ffd12e

%50.00
%40.98
%9.02

CMYK Percentages of Color #ffd12e

%0
%18
%82
%0

Triadic Colors of #ffd12e

#ffd12e #2effd1 #d12eff

Analogous Colors of #ffd12e

#ffd12e #c5ff2e #ff692e

Monochromatic Colors of #ffd12e

#ffd12e

Complementary Color

#ffd12e #2e5cff

#ffd12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd12e Color CSS Codes

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

#ffd12e Text Font Color

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

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


#ffd12e Background Color

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

This div background color is #ffd12e


#ffd12e Border Color

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

This div border color is #ffd12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd12e

#ffd12e Color Palettes


Comments

No comments written yet.

Please login to write comment.