Color Hex Logo

#edfc07 Color Hex

#EDFC07
(237,252,7)
0 Favorites   0 Comments

Color spaces of #edfc07

RGB 2372527
HSL0.180.980.51
HSV64°97°99°
CMYK 0.060.000.97   0.01
XYZ69.773887.640713.4399
Yxy87.64070.40840.5130
Hunter Lab93.6166-30.790557.0198
CIE-Lab95.0094-27.442591.8149

#edfc07 color RGB value is (237,252,7).

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

The process color (four color CMYK) of #edfc07 color hex is 0.06, 0.00, 0.97, 0.01. Web safe color of #edfc07 is #ffff00. Color #edfc07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 00000111
Octal 355 374 7
Decimal 237 252 7
Hex ED FC 7

RGB Percentages of Color #edfc07

%47.78
%50.81
%1.41

CMYK Percentages of Color #edfc07

%6
%0
%97
%1

Triadic Colors of #edfc07

#edfc07 #07edfc #fc07ed

Analogous Colors of #edfc07

#edfc07 #73fc07 #fc9107

Monochromatic Colors of #edfc07

#edfc07

Complementary Color

#edfc07 #1607fc

#edfc07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfc07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfc07 Color CSS Codes

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

#edfc07 Text Font Color

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

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


#edfc07 Background Color

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

This div background color is #edfc07


#edfc07 Border Color

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

This div border color is #edfc07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfc07

Related Colors


Comments

No comments written yet.

Please login to write comment.