Color Hex Logo

#edfd94 Color Hex

#EDFD94
(237,253,148)
0 Favorites   0 Comments

Color spaces of #edfd94

RGB 237253148
HSL0.190.960.79
HSV69°42°99°
CMYK 0.060.000.42   0.01
XYZ75.395690.393241.4908
Yxy90.39320.36370.4361
Hunter Lab95.0753-24.829740.6786
CIE-Lab96.1596-20.597848.3812

#edfd94 color RGB value is (237,253,148).

#edfd94 hex color red value is 237, green value is 253 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #edfd94 hue: 0.19 , saturation: 0.96 and the lightness value of edfd94 is 0.79.

The process color (four color CMYK) of #edfd94 color hex is 0.06, 0.00, 0.42, 0.01. Web safe color of #edfd94 is #ffff99. Color #edfd94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 10010100
Octal 355 375 224
Decimal 237 253 148
Hex ED FD 94

RGB Percentages of Color #edfd94

%37.15
%39.66
%23.20

CMYK Percentages of Color #edfd94

%6
%0
%42
%1

Triadic Colors of #edfd94

#edfd94 #94edfd #fd94ed

Analogous Colors of #edfd94

#edfd94 #b9fd94 #fdd994

Monochromatic Colors of #edfd94

#edfd94

Complementary Color

#edfd94 #a494fd

#edfd94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfd94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfd94 Color CSS Codes

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

#edfd94 Text Font Color

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

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


#edfd94 Background Color

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

This div background color is #edfd94


#edfd94 Border Color

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

This div border color is #edfd94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfd94


Comments

No comments written yet.

Please login to write comment.