Color Hex Logo

#ffed83 Color Hex

#FFED83
(255,237,131)
0 Favorites   0 Comments

Color spaces of #ffed83

RGB 255237131
HSL0.141.000.76
HSV51°49°100°
CMYK 0.000.070.49   0.00
XYZ75.620983.467133.5978
Yxy83.46710.39250.4332
Hunter Lab91.3603-12.132342.1483
CIE-Lab93.2186-7.460253.1586

#ffed83 color RGB value is (255,237,131).

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

The process color (four color CMYK) of #ffed83 color hex is 0.00, 0.07, 0.49, 0.00. Web safe color of #ffed83 is #ffff99. Color #ffed83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 10000011
Octal 377 355 203
Decimal 255 237 131
Hex FF ED 83

RGB Percentages of Color #ffed83

%40.93
%38.04
%21.03

CMYK Percentages of Color #ffed83

%0
%7
%49
%0

Triadic Colors of #ffed83

#ffed83 #83ffed #ed83ff

Analogous Colors of #ffed83

#ffed83 #d3ff83 #ffaf83

Monochromatic Colors of #ffed83

#ffed83

Complementary Color

#ffed83 #8395ff

#ffed83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffed83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffed83 Color CSS Codes

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

#ffed83 Text Font Color

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

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


#ffed83 Background Color

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

This div background color is #ffed83


#ffed83 Border Color

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

This div border color is #ffed83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffed83

Related Colors


Comments

No comments written yet.

Please login to write comment.