Color Hex Logo

#ffd018 Color Hex

#FFD018
(255,208,24)
0 Favorites   0 Comments

Color spaces of #ffd018

RGB 25520824
HSL0.131.000.55
HSV48°91°100°
CMYK 0.000.180.91   0.00
XYZ63.960766.437710.3168
Yxy66.43770.45450.4721
Hunter Lab81.5093-2.571649.5521
CIE-Lab85.21921.865983.3375

#ffd018 color RGB value is (255,208,24).

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

The process color (four color CMYK) of #ffd018 color hex is 0.00, 0.18, 0.91, 0.00. Web safe color of #ffd018 is #ffcc00. Color #ffd018 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 00011000
Octal 377 320 30
Decimal 255 208 24
Hex FF D0 18

RGB Percentages of Color #ffd018

%52.36
%42.71
%4.93

CMYK Percentages of Color #ffd018

%0
%18
%91
%0

Triadic Colors of #ffd018

#ffd018 #18ffd0 #d018ff

Analogous Colors of #ffd018

#ffd018 #bbff18 #ff5d18

Monochromatic Colors of #ffd018

#ffd018

Complementary Color

#ffd018 #1847ff

#ffd018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd018 Color CSS Codes

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

#ffd018 Text Font Color

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

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


#ffd018 Background Color

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

This div background color is #ffd018


#ffd018 Border Color

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

This div border color is #ffd018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd018

Related Colors


Comments

No comments written yet.

Please login to write comment.