Color Hex Logo

#edfd61 Color Hex

#EDFD61
(237,253,97)
0 Favorites   0 Comments

Color spaces of #edfd61

RGB 23725397
HSL0.180.980.69
HSV66°62°99°
CMYK 0.060.000.62   0.01
XYZ72.208089.118224.7050
Yxy89.11820.38810.4790
Hunter Lab94.4024-28.670450.5656
CIE-Lab95.6298-24.931070.4806

#edfd61 color RGB value is (237,253,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 01100001
Octal 355 375 141
Decimal 237 253 97
Hex ED FD 61

RGB Percentages of Color #edfd61

%40.37
%43.10
%16.52

CMYK Percentages of Color #edfd61

%6
%0
%62
%1

Triadic Colors of #edfd61

#edfd61 #61edfd #fd61ed

Analogous Colors of #edfd61

#edfd61 #9ffd61 #fdbf61

Monochromatic Colors of #edfd61

#edfd61

Complementary Color

#edfd61 #7161fd

#edfd61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfd61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfd61 Color CSS Codes

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

#edfd61 Text Font Color

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

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


#edfd61 Background Color

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

This div background color is #edfd61


#edfd61 Border Color

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

This div border color is #edfd61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfd61


Comments

No comments written yet.

Please login to write comment.