Color Hex Logo

#eefd3d Color Hex

#EEFD3D
(238,253,61)
0 Favorites   0 Comments

Color spaces of #eefd3d

RGB 23825361
HSL0.180.980.62
HSV65°76°99°
CMYK 0.060.000.76   0.01
XYZ71.227588.764617.7941
Yxy88.76460.40060.4993
Hunter Lab94.2150-29.928354.7526
CIE-Lab95.4820-26.368282.8645

#eefd3d color RGB value is (238,253,61).

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

The process color (four color CMYK) of #eefd3d color hex is 0.06, 0.00, 0.76, 0.01. Web safe color of #eefd3d is #ffff33. Color #eefd3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111101 00111101
Octal 356 375 75
Decimal 238 253 61
Hex EE FD 3D

RGB Percentages of Color #eefd3d

%43.12
%45.83
%11.05

CMYK Percentages of Color #eefd3d

%6
%0
%76
%1

Triadic Colors of #eefd3d

#eefd3d #3deefd #fd3dee

Analogous Colors of #eefd3d

#eefd3d #8efd3d #fdac3d

Monochromatic Colors of #eefd3d

#eefd3d

Complementary Color

#eefd3d #4c3dfd

#eefd3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefd3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefd3d Color CSS Codes

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

#eefd3d Text Font Color

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

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


#eefd3d Background Color

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

This div background color is #eefd3d


#eefd3d Border Color

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

This div border color is #eefd3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefd3d


Comments

No comments written yet.

Please login to write comment.