Color Hex Logo

#fdef21 Color Hex

#FDEF21
(253,239,33)
0 Favorites   0 Comments

Color spaces of #fdef21

RGB 25323933
HSL0.160.980.56
HSV56°87°99°
CMYK 0.000.060.87   0.01
XYZ71.649082.725513.6301
Yxy82.72550.42650.4924
Hunter Lab90.9536-18.554754.7824
CIE-Lab92.8941-14.319787.7002

#fdef21 color RGB value is (253,239,33).

#fdef21 hex color red value is 253, green value is 239 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #fdef21 hue: 0.16 , saturation: 0.98 and the lightness value of fdef21 is 0.56.

The process color (four color CMYK) of #fdef21 color hex is 0.00, 0.06, 0.87, 0.01. Web safe color of #fdef21 is #ffff33. Color #fdef21 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 00100001
Octal 375 357 41
Decimal 253 239 33
Hex FD EF 21

RGB Percentages of Color #fdef21

%48.19
%45.52
%6.29

CMYK Percentages of Color #fdef21

%0
%6
%87
%1

Triadic Colors of #fdef21

#fdef21 #21fdef #ef21fd

Analogous Colors of #fdef21

#fdef21 #9dfd21 #fd8121

Monochromatic Colors of #fdef21

#fdef21

Complementary Color

#fdef21 #212ffd

#fdef21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdef21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdef21 Color CSS Codes

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

#fdef21 Text Font Color

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

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


#fdef21 Background Color

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

This div background color is #fdef21


#fdef21 Border Color

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

This div border color is #fdef21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdef21

Related Colors


Comments

No comments written yet.

Please login to write comment.