Color Hex Logo

#eedf28 Color Hex

#EEDF28
(238,223,40)
0 Favorites   0 Comments

Color spaces of #eedf28

RGB 23822340
HSL0.150.850.55
HSV55°83°93°
CMYK 0.000.060.83   0.07
XYZ62.030671.105712.4629
Yxy71.10570.42600.4884
Hunter Lab84.3242-16.259150.2640
CIE-Lab87.5363-12.574281.4041

#eedf28 color RGB value is (238,223,40).

#eedf28 hex color red value is 238, green value is 223 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #eedf28 hue: 0.15 , saturation: 0.85 and the lightness value of eedf28 is 0.55.

The process color (four color CMYK) of #eedf28 color hex is 0.00, 0.06, 0.83, 0.07. Web safe color of #eedf28 is #ffcc33. Color #eedf28 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 00101000
Octal 356 337 50
Decimal 238 223 40
Hex EE DF 28

RGB Percentages of Color #eedf28

%47.50
%44.51
%7.98

CMYK Percentages of Color #eedf28

%0
%6
%83
%7

Triadic Colors of #eedf28

#eedf28 #28eedf #df28ee

Analogous Colors of #eedf28

#eedf28 #9aee28 #ee7c28

Monochromatic Colors of #eedf28

#eedf28

Complementary Color

#eedf28 #2837ee

#eedf28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedf28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedf28 Color CSS Codes

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

#eedf28 Text Font Color

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

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


#eedf28 Background Color

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

This div background color is #eedf28


#eedf28 Border Color

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

This div border color is #eedf28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedf28


Comments

No comments written yet.

Please login to write comment.