Color Hex Logo

#ffd030 Color Hex

#FFD030
(255,208,48)
0 Favorites   0 Comments

Color spaces of #ffd030

RGB 25520848
HSL0.131.000.59
HSV46°81°100°
CMYK 0.000.180.81   0.00
XYZ64.329466.585212.2580
Yxy66.58520.44930.4651
Hunter Lab81.5998-2.078648.2132
CIE-Lab85.29402.383678.0732

#ffd030 color RGB value is (255,208,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 00110000
Octal 377 320 60
Decimal 255 208 48
Hex FF D0 30

RGB Percentages of Color #ffd030

%49.90
%40.70
%9.39

CMYK Percentages of Color #ffd030

%0
%18
%81
%0

Triadic Colors of #ffd030

#ffd030 #30ffd0 #d030ff

Analogous Colors of #ffd030

#ffd030 #c7ff30 #ff6930

Monochromatic Colors of #ffd030

#ffd030

Complementary Color

#ffd030 #305fff

#ffd030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd030 Color CSS Codes

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

#ffd030 Text Font Color

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

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


#ffd030 Background Color

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

This div background color is #ffd030


#ffd030 Border Color

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

This div border color is #ffd030


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,208,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 #ffd030">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd030


Comments

No comments written yet.

Please login to write comment.