Color Hex Logo

#edf232 Color Hex

#EDF232
(237,242,50)
0 Favorites   0 Comments

Color spaces of #edf232

RGB 23724250
HSL0.170.880.57
HSV62°79°95°
CMYK 0.020.000.79   0.05
XYZ67.252981.739115.2502
Yxy81.73910.40950.4977
Hunter Lab90.4097-25.436453.2858
CIE-Lab92.4596-21.950583.1345

#edf232 color RGB value is (237,242,50).

#edf232 hex color red value is 237, green value is 242 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #edf232 hue: 0.17 , saturation: 0.88 and the lightness value of edf232 is 0.57.

The process color (four color CMYK) of #edf232 color hex is 0.02, 0.00, 0.79, 0.05. Web safe color of #edf232 is #ffff33. Color #edf232 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110010 00110010
Octal 355 362 62
Decimal 237 242 50
Hex ED F2 32

RGB Percentages of Color #edf232

%44.80
%45.75
%9.45

CMYK Percentages of Color #edf232

%2
%0
%79
%5

Triadic Colors of #edf232

#edf232 #32edf2 #f232ed

Analogous Colors of #edf232

#edf232 #8df232 #f29732

Monochromatic Colors of #edf232

#edf232

Complementary Color

#edf232 #3732f2

#edf232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf232 Color CSS Codes

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

#edf232 Text Font Color

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

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


#edf232 Background Color

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

This div background color is #edf232


#edf232 Border Color

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

This div border color is #edf232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf232


Comments

No comments written yet.

Please login to write comment.