Color Hex Logo

#edfc81 Color Hex

#EDFC81
(237,252,129)
0 Favorites   0 Comments

Color spaces of #edfc81

RGB 237252129
HSL0.190.950.75
HSV67°49°99°
CMYK 0.060.000.49   0.01
XYZ73.697989.210334.1039
Yxy89.21030.37410.4528
Hunter Lab94.4512-26.010544.7077
CIE-Lab95.6682-21.980256.7070

#edfc81 color RGB value is (237,252,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 10000001
Octal 355 374 201
Decimal 237 252 129
Hex ED FC 81

RGB Percentages of Color #edfc81

%38.35
%40.78
%20.87

CMYK Percentages of Color #edfc81

%6
%0
%49
%1

Triadic Colors of #edfc81

#edfc81 #81edfc #fc81ed

Analogous Colors of #edfc81

#edfc81 #b0fc81 #fcce81

Monochromatic Colors of #edfc81

#edfc81

Complementary Color

#edfc81 #9081fc

#edfc81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfc81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfc81 Color CSS Codes

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

#edfc81 Text Font Color

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

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


#edfc81 Background Color

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

This div background color is #edfc81


#edfc81 Border Color

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

This div border color is #edfc81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfc81

Related Colors


Comments

No comments written yet.

Please login to write comment.