Color Hex Logo

#fdee01 Color Hex

#FDEE01
(253,238,1)
0 Favorites   0 Comments

Color spaces of #fdee01

RGB 2532381
HSL0.160.990.50
HSV56°100°99°
CMYK 0.000.061.00   0.01
XYZ71.088082.033912.1161
Yxy82.03390.43020.4965
Hunter Lab90.5726-18.402155.4694
CIE-Lab92.5898-14.198891.0262

#fdee01 color RGB value is (253,238,1).

#fdee01 hex color red value is 253, green value is 238 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #fdee01 hue: 0.16 , saturation: 0.99 and the lightness value of fdee01 is 0.50.

The process color (four color CMYK) of #fdee01 color hex is 0.00, 0.06, 1.00, 0.01. Web safe color of #fdee01 is #ffff00. Color #fdee01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 00000001
Octal 375 356 1
Decimal 253 238 1
Hex FD EE 1

RGB Percentages of Color #fdee01

%51.42
%48.37
%0.20

CMYK Percentages of Color #fdee01

%0
%6
%100
%1

Triadic Colors of #fdee01

#fdee01 #01fdee #ee01fd

Analogous Colors of #fdee01

#fdee01 #8efd01 #fd7001

Monochromatic Colors of #fdee01

#fdee01

Complementary Color

#fdee01 #0110fd

#fdee01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdee01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdee01 Color CSS Codes

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

#fdee01 Text Font Color

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

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


#fdee01 Background Color

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

This div background color is #fdee01


#fdee01 Border Color

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

This div border color is #fdee01


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,238,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdee01

Related Colors


Comments

No comments written yet.

Please login to write comment.