Color Hex Logo

#ffde18 Color Hex

#FFDE18
(255,222,24)
0 Favorites   0 Comments

Color spaces of #ffde18

RGB 25522224
HSL0.141.000.55
HSV51°91°100°
CMYK 0.000.130.91   0.00
XYZ67.526173.568511.5053
Yxy73.56850.44250.4821
Hunter Lab85.7721-9.572852.0874
CIE-Lab88.7181-5.221185.9954

#ffde18 color RGB value is (255,222,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 00011000
Octal 377 336 30
Decimal 255 222 24
Hex FF DE 18

RGB Percentages of Color #ffde18

%50.90
%44.31
%4.79

CMYK Percentages of Color #ffde18

%0
%13
%91
%0

Triadic Colors of #ffde18

#ffde18 #18ffde #de18ff

Analogous Colors of #ffde18

#ffde18 #adff18 #ff6b18

Monochromatic Colors of #ffde18

#ffde18

Complementary Color

#ffde18 #1839ff

#ffde18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffde18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffde18 Color CSS Codes

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

#ffde18 Text Font Color

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

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


#ffde18 Background Color

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

This div background color is #ffde18


#ffde18 Border Color

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

This div border color is #ffde18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffde18

#ffde18 Color Palettes


Comments

No comments written yet.

Please login to write comment.