Color Hex Logo

#edfd37 Color Hex

#EDFD37
(237,253,55)
0 Favorites   0 Comments

Color spaces of #edfd37

RGB 23725355
HSL0.180.980.60
HSV65°78°99°
CMYK 0.060.000.78   0.01
XYZ70.739988.530916.9742
Yxy88.53090.40140.5023
Hunter Lab94.0909-30.458255.1676
CIE-Lab95.3840-26.984984.4016

#edfd37 color RGB value is (237,253,55).

#edfd37 hex color red value is 237, green value is 253 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #edfd37 hue: 0.18 , saturation: 0.98 and the lightness value of edfd37 is 0.60.

The process color (four color CMYK) of #edfd37 color hex is 0.06, 0.00, 0.78, 0.01. Web safe color of #edfd37 is #ffff33. Color #edfd37 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 00110111
Octal 355 375 67
Decimal 237 253 55
Hex ED FD 37

RGB Percentages of Color #edfd37

%43.49
%46.42
%10.09

CMYK Percentages of Color #edfd37

%6
%0
%78
%1

Triadic Colors of #edfd37

#edfd37 #37edfd #fd37ed

Analogous Colors of #edfd37

#edfd37 #8afd37 #fdaa37

Monochromatic Colors of #edfd37

#edfd37

Complementary Color

#edfd37 #4737fd

#edfd37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfd37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfd37 Color CSS Codes

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

#edfd37 Text Font Color

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

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


#edfd37 Background Color

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

This div background color is #edfd37


#edfd37 Border Color

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

This div border color is #edfd37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfd37

Related Colors


Comments

No comments written yet.

Please login to write comment.