Color Hex Logo

#fdee55 Color Hex

#FDEE55
(253,238,85)
0 Favorites   0 Comments

Color spaces of #fdee55

RGB 25323885
HSL0.150.980.66
HSV55°66°99°
CMYK 0.000.060.66   0.01
XYZ72.722282.687620.7218
Yxy82.68760.41290.4695
Hunter Lab90.9327-16.379350.1419
CIE-Lab92.8775-11.987372.6789

#fdee55 color RGB value is (253,238,85).

#fdee55 hex color red value is 253, green value is 238 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #fdee55 hue: 0.15 , saturation: 0.98 and the lightness value of fdee55 is 0.66.

The process color (four color CMYK) of #fdee55 color hex is 0.00, 0.06, 0.66, 0.01. Web safe color of #fdee55 is #ffff66. Color #fdee55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 01010101
Octal 375 356 125
Decimal 253 238 85
Hex FD EE 55

RGB Percentages of Color #fdee55

%43.92
%41.32
%14.76

CMYK Percentages of Color #fdee55

%0
%6
%66
%1

Triadic Colors of #fdee55

#fdee55 #55fdee #ee55fd

Analogous Colors of #fdee55

#fdee55 #b8fd55 #fd9a55

Monochromatic Colors of #fdee55

#fdee55

Complementary Color

#fdee55 #5564fd

#fdee55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdee55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdee55 Color CSS Codes

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

#fdee55 Text Font Color

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

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


#fdee55 Background Color

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

This div background color is #fdee55


#fdee55 Border Color

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

This div border color is #fdee55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdee55

Related Colors


Comments

No comments written yet.

Please login to write comment.