Color Hex Logo

#ffed95 Color Hex

#FFED95
(255,237,149)
0 Favorites   0 Comments

Color spaces of #ffed95

RGB 255237149
HSL0.141.000.79
HSV50°42°100°
CMYK 0.000.070.42   0.00
XYZ76.949083.998340.5914
Yxy83.99830.38180.4168
Hunter Lab91.6506-10.521537.8963
CIE-Lab93.4498-5.760244.7643

#ffed95 color RGB value is (255,237,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 10010101
Octal 377 355 225
Decimal 255 237 149
Hex FF ED 95

RGB Percentages of Color #ffed95

%39.78
%36.97
%23.24

CMYK Percentages of Color #ffed95

%0
%7
%42
%0

Triadic Colors of #ffed95

#ffed95 #95ffed #ed95ff

Analogous Colors of #ffed95

#ffed95 #dcff95 #ffb895

Monochromatic Colors of #ffed95

#ffed95

Complementary Color

#ffed95 #95a7ff

#ffed95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffed95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffed95 Color CSS Codes

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

#ffed95 Text Font Color

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

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


#ffed95 Background Color

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

This div background color is #ffed95


#ffed95 Border Color

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

This div border color is #ffed95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffed95

Related Colors


Comments

No comments written yet.

Please login to write comment.