Color Hex Logo

#ffde46 Color Hex

#FFDE46
(255,222,70)
0 Favorites   0 Comments

Color spaces of #ffde46

RGB 25522270
HSL0.141.000.64
HSV49°73°100°
CMYK 0.000.130.73   0.00
XYZ68.466873.944716.4585
Yxy73.94470.43100.4654
Hunter Lab85.9911-8.361348.8458
CIE-Lab88.8963-3.927074.3172

#ffde46 color RGB value is (255,222,70).

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

The process color (four color CMYK) of #ffde46 color hex is 0.00, 0.13, 0.73, 0.00. Web safe color of #ffde46 is #ffcc33. Color #ffde46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 01000110
Octal 377 336 106
Decimal 255 222 70
Hex FF DE 46

RGB Percentages of Color #ffde46

%46.62
%40.59
%12.80

CMYK Percentages of Color #ffde46

%0
%13
%73
%0

Triadic Colors of #ffde46

#ffde46 #46ffde #de46ff

Analogous Colors of #ffde46

#ffde46 #c4ff46 #ff8246

Monochromatic Colors of #ffde46

#ffde46

Complementary Color

#ffde46 #4667ff

#ffde46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffde46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffde46 Color CSS Codes

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

#ffde46 Text Font Color

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

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


#ffde46 Background Color

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

This div background color is #ffde46


#ffde46 Border Color

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

This div border color is #ffde46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffde46

Related Colors


Comments

No comments written yet.

Please login to write comment.