Color Hex Logo

#effd53 Color Hex

#EFFD53
(239,253,83)
0 Favorites   0 Comments

Color spaces of #effd53

RGB 23925383
HSL0.180.980.66
HSV65°67°99°
CMYK 0.060.000.67   0.01
XYZ72.283289.225821.5962
Yxy89.22580.39480.4873
Hunter Lab94.4594-28.710452.5661
CIE-Lab95.6747-24.966375.9058

#effd53 color RGB value is (239,253,83).

#effd53 hex color red value is 239, green value is 253 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #effd53 hue: 0.18 , saturation: 0.98 and the lightness value of effd53 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 01010011
Octal 357 375 123
Decimal 239 253 83
Hex EF FD 53

RGB Percentages of Color #effd53

%41.57
%44.00
%14.43

CMYK Percentages of Color #effd53

%6
%0
%67
%1

Triadic Colors of #effd53

#effd53 #53effd #fd53ef

Analogous Colors of #effd53

#effd53 #9afd53 #fdb653

Monochromatic Colors of #effd53

#effd53

Complementary Color

#effd53 #6153fd

#effd53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effd53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effd53 Color CSS Codes

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

#effd53 Text Font Color

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

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


#effd53 Background Color

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

This div background color is #effd53


#effd53 Border Color

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

This div border color is #effd53


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,253,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #effd53; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #effd53;
  -webkit-box-shadow: 1px 1px 3px 2px #effd53;
  box-shadow:         1px 1px 3px 2px #effd53; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,253,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effd53

Related Colors


Comments

No comments written yet.

Please login to write comment.