Color Hex Logo

#ffed43 Color Hex

#FFED43
(255,237,67)
1 Favorites   0 Comments

Color spaces of #ffed43

RGB 25523767
HSL0.151.000.63
HSV54°74°100°
CMYK 0.000.070.74   0.00
XYZ72.537382.233617.3597
Yxy82.23360.42140.4777
Hunter Lab90.6827-15.912352.1278
CIE-Lab92.6779-11.514778.9270

#ffed43 color RGB value is (255,237,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 01000011
Octal 377 355 103
Decimal 255 237 67
Hex FF ED 43

RGB Percentages of Color #ffed43

%45.62
%42.40
%11.99

CMYK Percentages of Color #ffed43

%0
%7
%74
%0

Triadic Colors of #ffed43

#ffed43 #43ffed #ed43ff

Analogous Colors of #ffed43

#ffed43 #b3ff43 #ff8f43

Monochromatic Colors of #ffed43

#ffed43

Complementary Color

#ffed43 #4355ff

#ffed43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffed43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffed43 Color CSS Codes

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

#ffed43 Text Font Color

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

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


#ffed43 Background Color

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

This div background color is #ffed43


#ffed43 Border Color

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

This div border color is #ffed43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffed43

Related Colors


Comments

No comments written yet.

Please login to write comment.