Color Hex Logo

#edfc42 Color Hex

#EDFC42
(237,252,66)
0 Favorites   0 Comments

Color spaces of #edfc42

RGB 23725266
HSL0.180.970.62
HSV65°74°99°
CMYK 0.060.000.74   0.01
XYZ70.718888.018718.4163
Yxy88.01870.39920.4968
Hunter Lab93.8183-29.631454.0343
CIE-Lab95.1688-26.102281.0647

#edfc42 color RGB value is (237,252,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 01000010
Octal 355 374 102
Decimal 237 252 66
Hex ED FC 42

RGB Percentages of Color #edfc42

%42.70
%45.41
%11.89

CMYK Percentages of Color #edfc42

%6
%0
%74
%1

Triadic Colors of #edfc42

#edfc42 #42edfc #fc42ed

Analogous Colors of #edfc42

#edfc42 #90fc42 #fcae42

Monochromatic Colors of #edfc42

#edfc42

Complementary Color

#edfc42 #5142fc

#edfc42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfc42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfc42 Color CSS Codes

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

#edfc42 Text Font Color

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

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


#edfc42 Background Color

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

This div background color is #edfc42


#edfc42 Border Color

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

This div border color is #edfc42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfc42


Comments

No comments written yet.

Please login to write comment.