Color Hex Logo

#ffed8b Color Hex

#FFED8B
(255,237,139)
0 Favorites   0 Comments

Color spaces of #ffed8b

RGB 255237139
HSL0.141.000.77
HSV51°45°100°
CMYK 0.000.070.45   0.00
XYZ76.184483.692536.5650
Yxy83.69250.38780.4260
Hunter Lab91.4836-11.447640.3410
CIE-Lab93.3168-6.735649.4611

#ffed8b color RGB value is (255,237,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 10001011
Octal 377 355 213
Decimal 255 237 139
Hex FF ED 8B

RGB Percentages of Color #ffed8b

%40.41
%37.56
%22.03

CMYK Percentages of Color #ffed8b

%0
%7
%45
%0

Triadic Colors of #ffed8b

#ffed8b #8bffed #ed8bff

Analogous Colors of #ffed8b

#ffed8b #d7ff8b #ffb38b

Monochromatic Colors of #ffed8b

#ffed8b

Complementary Color

#ffed8b #8b9dff

#ffed8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffed8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffed8b Color CSS Codes

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

#ffed8b Text Font Color

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

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


#ffed8b Background Color

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

This div background color is #ffed8b


#ffed8b Border Color

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

This div border color is #ffed8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffed8b

Related Colors

#ffed8b Color Palettes


Comments

No comments written yet.

Please login to write comment.