Color Hex Logo

#edfc70 Color Hex

#EDFC70
(237,252,112)
0 Favorites   0 Comments

Color spaces of #edfc70

RGB 237252112
HSL0.180.960.71
HSV66°56°99°
CMYK 0.060.000.56   0.01
XYZ72.660188.795228.6388
Yxy88.79520.38220.4671
Hunter Lab94.2312-27.266347.9424
CIE-Lab95.4948-23.398864.0894

#edfc70 color RGB value is (237,252,112).

#edfc70 hex color red value is 237, green value is 252 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #edfc70 hue: 0.18 , saturation: 0.96 and the lightness value of edfc70 is 0.71.

The process color (four color CMYK) of #edfc70 color hex is 0.06, 0.00, 0.56, 0.01. Web safe color of #edfc70 is #ffff66. Color #edfc70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 01110000
Octal 355 374 160
Decimal 237 252 112
Hex ED FC 70

RGB Percentages of Color #edfc70

%39.43
%41.93
%18.64

CMYK Percentages of Color #edfc70

%6
%0
%56
%1

Triadic Colors of #edfc70

#edfc70 #70edfc #fc70ed

Analogous Colors of #edfc70

#edfc70 #a7fc70 #fcc570

Monochromatic Colors of #edfc70

#edfc70

Complementary Color

#edfc70 #7f70fc

#edfc70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfc70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfc70 Color CSS Codes

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

#edfc70 Text Font Color

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

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


#edfc70 Background Color

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

This div background color is #edfc70


#edfc70 Border Color

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

This div border color is #edfc70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfc70

Related Colors


Comments

No comments written yet.

Please login to write comment.