Color Hex Logo

#ffed42 Color Hex

#FFED42
(255,237,66)
0 Favorites   0 Comments

Color spaces of #ffed42

RGB 25523766
HSL0.151.000.63
HSV54°74°100°
CMYK 0.000.070.74   0.00
XYZ72.507682.221717.2031
Yxy82.22170.42170.4782
Hunter Lab90.6762-15.949052.2248
CIE-Lab92.6726-11.554579.2451

#ffed42 color RGB value is (255,237,66).

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

The process color (four color CMYK) of #ffed42 color hex is 0.00, 0.07, 0.74, 0.00. Web safe color of #ffed42 is #ffff33. Color #ffed42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 01000010
Octal 377 355 102
Decimal 255 237 66
Hex FF ED 42

RGB Percentages of Color #ffed42

%45.70
%42.47
%11.83

CMYK Percentages of Color #ffed42

%0
%7
%74
%0

Triadic Colors of #ffed42

#ffed42 #42ffed #ed42ff

Analogous Colors of #ffed42

#ffed42 #b3ff42 #ff8f42

Monochromatic Colors of #ffed42

#ffed42

Complementary Color

#ffed42 #4254ff

#ffed42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffed42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffed42 Color CSS Codes

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

#ffed42 Text Font Color

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

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


#ffed42 Background Color

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

This div background color is #ffed42


#ffed42 Border Color

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

This div border color is #ffed42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffed42

Related Colors


Comments

No comments written yet.

Please login to write comment.