Color Hex Logo

#edfa60 Color Hex

#EDFA60
(237,250,96)
0 Favorites   0 Comments

Color spaces of #edfa60

RGB 23725096
HSL0.180.940.68
HSV65°62°98°
CMYK 0.050.000.62   0.02
XYZ71.222087.220324.1477
Yxy87.22030.39010.4777
Hunter Lab93.3918-27.308950.0440
CIE-Lab94.8317-23.576970.0287

#edfa60 color RGB value is (237,250,96).

#edfa60 hex color red value is 237, green value is 250 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #edfa60 hue: 0.18 , saturation: 0.94 and the lightness value of edfa60 is 0.68.

The process color (four color CMYK) of #edfa60 color hex is 0.05, 0.00, 0.62, 0.02. Web safe color of #edfa60 is #ffff66. Color #edfa60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 01100000
Octal 355 372 140
Decimal 237 250 96
Hex ED FA 60

RGB Percentages of Color #edfa60

%40.65
%42.88
%16.47

CMYK Percentages of Color #edfa60

%5
%0
%62
%2

Triadic Colors of #edfa60

#edfa60 #60edfa #fa60ed

Analogous Colors of #edfa60

#edfa60 #a0fa60 #faba60

Monochromatic Colors of #edfa60

#edfa60

Complementary Color

#edfa60 #6d60fa

#edfa60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfa60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfa60 Color CSS Codes

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

#edfa60 Text Font Color

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

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


#edfa60 Background Color

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

This div background color is #edfa60


#edfa60 Border Color

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

This div border color is #edfa60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfa60


Comments

No comments written yet.

Please login to write comment.