Color Hex Logo

#ffde55 Color Hex

#FFDE55
(255,222,85)
1 Favorites   0 Comments

Color spaces of #ffde55

RGB 25522285
HSL0.131.000.67
HSV48°67°100°
CMYK 0.000.130.67   0.00
XYZ69.001074.158419.2716
Yxy74.15840.42480.4566
Hunter Lab86.1153-7.676247.0123
CIE-Lab88.9973-3.199568.7377

#ffde55 color RGB value is (255,222,85).

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

The process color (four color CMYK) of #ffde55 color hex is 0.00, 0.13, 0.67, 0.00. Web safe color of #ffde55 is #ffcc66. Color #ffde55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 01010101
Octal 377 336 125
Decimal 255 222 85
Hex FF DE 55

RGB Percentages of Color #ffde55

%45.37
%39.50
%15.12

CMYK Percentages of Color #ffde55

%0
%13
%67
%0

Triadic Colors of #ffde55

#ffde55 #55ffde #de55ff

Analogous Colors of #ffde55

#ffde55 #cbff55 #ff8955

Monochromatic Colors of #ffde55

#ffde55

Complementary Color

#ffde55 #5576ff

#ffde55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffde55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffde55 Color CSS Codes

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

#ffde55 Text Font Color

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

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


#ffde55 Background Color

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

This div background color is #ffde55


#ffde55 Border Color

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

This div border color is #ffde55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffde55

Related Colors


Comments

No comments written yet.

Please login to write comment.