Color Hex Logo

#edfc93 Color Hex

#EDFC93
(237,252,147)
0 Favorites   0 Comments

Color spaces of #edfc93

RGB 237252147
HSL0.190.950.78
HSV69°42°99°
CMYK 0.060.000.42   0.01
XYZ75.001989.731940.9707
Yxy89.73190.36460.4362
Hunter Lab94.7269-24.441240.6651
CIE-Lab95.8854-20.223048.5168

#edfc93 color RGB value is (237,252,147).

#edfc93 hex color red value is 237, green value is 252 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #edfc93 hue: 0.19 , saturation: 0.95 and the lightness value of edfc93 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 10010011
Octal 355 374 223
Decimal 237 252 147
Hex ED FC 93

RGB Percentages of Color #edfc93

%37.26
%39.62
%23.11

CMYK Percentages of Color #edfc93

%6
%0
%42
%1

Triadic Colors of #edfc93

#edfc93 #93edfc #fc93ed

Analogous Colors of #edfc93

#edfc93 #b9fc93 #fcd793

Monochromatic Colors of #edfc93

#edfc93

Complementary Color

#edfc93 #a293fc

#edfc93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfc93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfc93 Color CSS Codes

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

#edfc93 Text Font Color

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

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


#edfc93 Background Color

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

This div background color is #edfc93


#edfc93 Border Color

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

This div border color is #edfc93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfc93

Related Colors


Comments

No comments written yet.

Please login to write comment.