Color Hex Logo

#ffd130 Color Hex

#FFD130
(255,209,48)
0 Favorites   0 Comments

Color spaces of #ffd130

RGB 25520948
HSL0.131.000.59
HSV47°81°100°
CMYK 0.000.180.81   0.00
XYZ64.574067.074312.3395
Yxy67.07430.44850.4658
Hunter Lab81.8989-2.583048.3962
CIE-Lab85.54151.872878.2862

#ffd130 color RGB value is (255,209,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 00110000
Octal 377 321 60
Decimal 255 209 48
Hex FF D1 30

RGB Percentages of Color #ffd130

%49.80
%40.82
%9.38

CMYK Percentages of Color #ffd130

%0
%18
%81
%0

Triadic Colors of #ffd130

#ffd130 #30ffd1 #d130ff

Analogous Colors of #ffd130

#ffd130 #c6ff30 #ff6a30

Monochromatic Colors of #ffd130

#ffd130

Complementary Color

#ffd130 #305eff

#ffd130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd130 Color CSS Codes

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

#ffd130 Text Font Color

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

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


#ffd130 Background Color

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

This div background color is #ffd130


#ffd130 Border Color

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

This div border color is #ffd130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd130

Related Colors


Comments

No comments written yet.

Please login to write comment.