Color Hex Logo

#edfc5b Color Hex

#EDFC5B
(237,252,91)
0 Favorites   0 Comments

Color spaces of #edfc5b

RGB 23725291
HSL0.180.960.67
HSV66°64°99°
CMYK 0.060.000.64   0.01
XYZ71.623888.380723.1817
Yxy88.38070.39100.4825
Hunter Lab94.0110-28.526251.1877
CIE-Lab95.3210-24.833872.5087

#edfc5b color RGB value is (237,252,91).

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

The process color (four color CMYK) of #edfc5b color hex is 0.06, 0.00, 0.64, 0.01. Web safe color of #edfc5b is #ffff66. Color #edfc5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 01011011
Octal 355 374 133
Decimal 237 252 91
Hex ED FC 5B

RGB Percentages of Color #edfc5b

%40.86
%43.45
%15.69

CMYK Percentages of Color #edfc5b

%6
%0
%64
%1

Triadic Colors of #edfc5b

#edfc5b #5bedfc #fc5bed

Analogous Colors of #edfc5b

#edfc5b #9dfc5b #fcbb5b

Monochromatic Colors of #edfc5b

#edfc5b

Complementary Color

#edfc5b #6a5bfc

#edfc5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfc5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfc5b Color CSS Codes

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

#edfc5b Text Font Color

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

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


#edfc5b Background Color

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

This div background color is #edfc5b


#edfc5b Border Color

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

This div border color is #edfc5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfc5b


Comments

No comments written yet.

Please login to write comment.