Color Hex Logo

#ffed73 Color Hex

#FFED73
(255,237,115)
0 Favorites   0 Comments

Color spaces of #ffed73

RGB 255237115
HSL0.151.000.73
HSV52°55°100°
CMYK 0.000.070.55   0.00
XYZ74.618783.066228.3202
Yxy83.06620.40120.4466
Hunter Lab91.1407-13.354645.3752
CIE-Lab93.0434-8.761160.3398

#ffed73 color RGB value is (255,237,115).

#ffed73 hex color red value is 255, green value is 237 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ffed73 hue: 0.15 , saturation: 1.00 and the lightness value of ffed73 is 0.73.

The process color (four color CMYK) of #ffed73 color hex is 0.00, 0.07, 0.55, 0.00. Web safe color of #ffed73 is #ffff66. Color #ffed73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 01110011
Octal 377 355 163
Decimal 255 237 115
Hex FF ED 73

RGB Percentages of Color #ffed73

%42.01
%39.04
%18.95

CMYK Percentages of Color #ffed73

%0
%7
%55
%0

Triadic Colors of #ffed73

#ffed73 #73ffed #ed73ff

Analogous Colors of #ffed73

#ffed73 #cbff73 #ffa773

Monochromatic Colors of #ffed73

#ffed73

Complementary Color

#ffed73 #7385ff

#ffed73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffed73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffed73 Color CSS Codes

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

#ffed73 Text Font Color

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

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


#ffed73 Background Color

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

This div background color is #ffed73


#ffed73 Border Color

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

This div border color is #ffed73


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,237,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffed73; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffed73;
  -webkit-box-shadow: 1px 1px 3px 2px #ffed73;
  box-shadow:         1px 1px 3px 2px #ffed73; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,237,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffed73

Related Colors


Comments

No comments written yet.

Please login to write comment.