Color Hex Logo

#edfc24 Color Hex

#EDFC24
(237,252,36)
0 Favorites   0 Comments

Color spaces of #edfc24

RGB 23725236
HSL0.180.970.56
HSV64°86°99°
CMYK 0.060.000.86   0.01
XYZ70.053987.752714.9148
Yxy87.75270.40560.5081
Hunter Lab93.6764-30.446356.1336
CIE-Lab95.0567-27.043588.3794

#edfc24 color RGB value is (237,252,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 00100100
Octal 355 374 44
Decimal 237 252 36
Hex ED FC 24

RGB Percentages of Color #edfc24

%45.14
%48.00
%6.86

CMYK Percentages of Color #edfc24

%6
%0
%86
%1

Triadic Colors of #edfc24

#edfc24 #24edfc #fc24ed

Analogous Colors of #edfc24

#edfc24 #81fc24 #fc9f24

Monochromatic Colors of #edfc24

#edfc24

Complementary Color

#edfc24 #3324fc

#edfc24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfc24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfc24 Color CSS Codes

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

#edfc24 Text Font Color

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

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


#edfc24 Background Color

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

This div background color is #edfc24


#edfc24 Border Color

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

This div border color is #edfc24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfc24

Related Colors


Comments

No comments written yet.

Please login to write comment.