color codes Logo

#effd0d color codes

#EFFD0D
(239,253,13)
0 Favorites   0 Comments

Color spaces of #effd0d

RGB 23925313
HSL0.180.980.52
HSV64°95°99°
CMYK 0.060.000.95   0.01
XYZ70.794588.630313.7569
Yxy88.63030.40880.5118
Hunter Lab94.1437-30.522357.2367
CIE-Lab95.4257-27.047991.7557

#effd0d color RGB value is (239,253,13).

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

The process color (four color CMYK) of #effd0d color code is 0.06, 0.00, 0.95, 0.01. Web safe color of #effd0d is #ffff00. Color #effd0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 00001101
Octal 357 375 15
Decimal 239 253 13
Hex EF FD D

RGB Percentages of Color #effd0d

%47.33
%50.10
%2.57

CMYK Percentages of Color #effd0d

%6
%0
%95
%1

Triadic Colors of #effd0d

#effd0d #0deffd #fd0def

Analogous Colors of #effd0d

#effd0d #77fd0d #fd930d

Monochromatic Colors of #effd0d

#effd0d

Complementary Color

#effd0d #1b0dfd

#effd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#effd0d Color CSS Codes

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

#effd0d Text Font Color

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

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


#effd0d Background Color

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

This div background color is #effd0d


#effd0d Border Color

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

This div border color is #effd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effd0d

Related Colors


Comments

No comments written yet.

Please login to write comment.