Color Hex Logo

#ffed78 Color Hex

#FFED78
(255,237,120)
0 Favorites   0 Comments

Color spaces of #ffed78

RGB 255237120
HSL0.141.000.74
HSV52°53°100°
CMYK 0.000.070.53   0.00
XYZ74.914483.184429.8771
Yxy83.18440.39850.4425
Hunter Lab91.2055-12.993244.4216
CIE-Lab93.0951-8.375558.1311

#ffed78 color RGB value is (255,237,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 01111000
Octal 377 355 170
Decimal 255 237 120
Hex FF ED 78

RGB Percentages of Color #ffed78

%41.67
%38.73
%19.61

CMYK Percentages of Color #ffed78

%0
%7
%53
%0

Triadic Colors of #ffed78

#ffed78 #78ffed #ed78ff

Analogous Colors of #ffed78

#ffed78 #ceff78 #ffaa78

Monochromatic Colors of #ffed78

#ffed78

Complementary Color

#ffed78 #788aff

#ffed78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffed78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffed78 Color CSS Codes

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

#ffed78 Text Font Color

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

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


#ffed78 Background Color

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

This div background color is #ffed78


#ffed78 Border Color

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

This div border color is #ffed78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffed78


Comments

No comments written yet.

Please login to write comment.