Color Hex Logo

#fde22b Color Hex

#FDE22B
(253,226,43)
0 Favorites   0 Comments

Color spaces of #fde22b

RGB 25322643
HSL0.150.980.58
HSV52°83°99°
CMYK 0.000.110.83   0.01
XYZ68.140475.449813.2574
Yxy75.44980.43440.4810
Hunter Lab86.8618-11.980651.7541
CIE-Lab89.6033-7.687582.9467

#fde22b color RGB value is (253,226,43).

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

The process color (four color CMYK) of #fde22b color hex is 0.00, 0.11, 0.83, 0.01. Web safe color of #fde22b is #ffcc33. Color #fde22b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100010 00101011
Octal 375 342 53
Decimal 253 226 43
Hex FD E2 2B

RGB Percentages of Color #fde22b

%48.47
%43.30
%8.24

CMYK Percentages of Color #fde22b

%0
%11
%83
%1

Triadic Colors of #fde22b

#fde22b #2bfde2 #e22bfd

Analogous Colors of #fde22b

#fde22b #affd2b #fd792b

Monochromatic Colors of #fde22b

#fde22b

Complementary Color

#fde22b #2b46fd

#fde22b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde22b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde22b Color CSS Codes

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

#fde22b Text Font Color

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

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


#fde22b Background Color

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

This div background color is #fde22b


#fde22b Border Color

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

This div border color is #fde22b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde22b

Related Colors


Comments

No comments written yet.

Please login to write comment.