Color Hex Logo

#edfa33 Color Hex

#EDFA33
(237,250,51)
0 Favorites   0 Comments

Color spaces of #edfa33

RGB 23725051
HSL0.180.950.59
HSV64°80°98°
CMYK 0.050.000.80   0.02
XYZ69.708286.614816.1763
Yxy86.61480.40410.5021
Hunter Lab93.0671-29.169054.8416
CIE-Lab94.5746-25.709584.7197

#edfa33 color RGB value is (237,250,51).

#edfa33 hex color red value is 237, green value is 250 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #edfa33 hue: 0.18 , saturation: 0.95 and the lightness value of edfa33 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 00110011
Octal 355 372 63
Decimal 237 250 51
Hex ED FA 33

RGB Percentages of Color #edfa33

%44.05
%46.47
%9.48

CMYK Percentages of Color #edfa33

%5
%0
%80
%2

Triadic Colors of #edfa33

#edfa33 #33edfa #fa33ed

Analogous Colors of #edfa33

#edfa33 #8afa33 #faa433

Monochromatic Colors of #edfa33

#edfa33

Complementary Color

#edfa33 #4033fa

#edfa33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfa33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfa33 Color CSS Codes

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

#edfa33 Text Font Color

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

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


#edfa33 Background Color

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

This div background color is #edfa33


#edfa33 Border Color

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

This div border color is #edfa33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfa33


Comments

No comments written yet.

Please login to write comment.