Color Hex Logo

#edfb28 Color Hex

#EDFB28
(237,251,40)
0 Favorites   0 Comments

Color spaces of #edfb28

RGB 23725140
HSL0.180.960.57
HSV64°84°98°
CMYK 0.060.000.84   0.02
XYZ69.805287.152115.1504
Yxy87.15210.40560.5064
Hunter Lab93.3553-29.900755.7267
CIE-Lab94.8028-26.484087.4015

#edfb28 color RGB value is (237,251,40).

#edfb28 hex color red value is 237, green value is 251 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #edfb28 hue: 0.18 , saturation: 0.96 and the lightness value of edfb28 is 0.57.

The process color (four color CMYK) of #edfb28 color hex is 0.06, 0.00, 0.84, 0.02. Web safe color of #edfb28 is #ffff33. Color #edfb28 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 00101000
Octal 355 373 50
Decimal 237 251 40
Hex ED FB 28

RGB Percentages of Color #edfb28

%44.89
%47.54
%7.58

CMYK Percentages of Color #edfb28

%6
%0
%84
%2

Triadic Colors of #edfb28

#edfb28 #28edfb #fb28ed

Analogous Colors of #edfb28

#edfb28 #84fb28 #fba028

Monochromatic Colors of #edfb28

#edfb28

Complementary Color

#edfb28 #3628fb

#edfb28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfb28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfb28 Color CSS Codes

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

#edfb28 Text Font Color

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

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


#edfb28 Background Color

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

This div background color is #edfb28


#edfb28 Border Color

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

This div border color is #edfb28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfb28

Related Colors


Comments

No comments written yet.

Please login to write comment.