color codes Logo

#edfa1b color codes

#EDFA1B
(237,250,27)
0 Favorites   0 Comments

Color spaces of #edfa1b

RGB 23725027
HSL0.180.960.54
HSV63°89°98°
CMYK 0.050.000.89   0.02
XYZ69.308586.454914.0714
Yxy86.45490.40810.5091
Hunter Lab92.9811-29.662456.1141
CIE-Lab94.5065-26.279589.4119

#edfa1b color RGB value is (237,250,27).

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

The process color (four color CMYK) of #edfa1b color code is 0.05, 0.00, 0.89, 0.02. Web safe color of #edfa1b is #ffff33. Color #edfa1b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 00011011
Octal 355 372 33
Decimal 237 250 27
Hex ED FA 1B

RGB Percentages of Color #edfa1b

%46.11
%48.64
%5.25

CMYK Percentages of Color #edfa1b

%5
%0
%89
%2

Triadic Colors of #edfa1b

#edfa1b #1bedfa #fa1bed

Analogous Colors of #edfa1b

#edfa1b #7efa1b #fa981b

Monochromatic Colors of #edfa1b

#edfa1b

Complementary Color

#edfa1b #281bfa

#edfa1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfa1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfa1b Color CSS Codes

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

#edfa1b Text Font Color

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

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


#edfa1b Background Color

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

This div background color is #edfa1b


#edfa1b Border Color

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

This div border color is #edfa1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfa1b


Comments

No comments written yet.

Please login to write comment.