Color Hex Logo

#fedb23 Color Hex

#FEDB23
(254,219,35)
0 Favorites   0 Comments

Color spaces of #fedb23

RGB 25421935
HSL0.140.990.57
HSV50°86°100°
CMYK 0.000.140.86   0.00
XYZ66.507971.855211.9542
Yxy71.85520.44250.4780
Hunter Lab84.7674-8.293350.9759
CIE-Lab87.8988-3.943583.3687

#fedb23 color RGB value is (254,219,35).

#fedb23 hex color red value is 254, green value is 219 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #fedb23 hue: 0.14 , saturation: 0.99 and the lightness value of fedb23 is 0.57.

The process color (four color CMYK) of #fedb23 color hex is 0.00, 0.14, 0.86, 0.00. Web safe color of #fedb23 is #ffcc33. Color #fedb23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 00100011
Octal 376 333 43
Decimal 254 219 35
Hex FE DB 23

RGB Percentages of Color #fedb23

%50.00
%43.11
%6.89

CMYK Percentages of Color #fedb23

%0
%14
%86
%0

Triadic Colors of #fedb23

#fedb23 #23fedb #db23fe

Analogous Colors of #fedb23

#fedb23 #b4fe23 #fe6e23

Monochromatic Colors of #fedb23

#fedb23

Complementary Color

#fedb23 #2346fe

#fedb23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb23 Color CSS Codes

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

#fedb23 Text Font Color

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

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


#fedb23 Background Color

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

This div background color is #fedb23


#fedb23 Border Color

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

This div border color is #fedb23


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,219,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fedb23; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fedb23;
  -webkit-box-shadow: 1px 1px 3px 2px #fedb23;
  box-shadow:         1px 1px 3px 2px #fedb23; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,219,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb23


Comments

No comments written yet.

Please login to write comment.