Color Hex Logo

#edee48 Color Hex

#EDEE48
(237,238,72)
0 Favorites   0 Comments

Color spaces of #edee48

RGB 23723872
HSL0.170.830.61
HSV60°70°93°
CMYK 0.000.000.70   0.07
XYZ66.669379.621517.9855
Yxy79.62150.40580.4847
Hunter Lab89.2309-22.786950.5110
CIE-Lab91.5148-19.170575.6339

#edee48 color RGB value is (237,238,72).

#edee48 hex color red value is 237, green value is 238 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #edee48 hue: 0.17 , saturation: 0.83 and the lightness value of edee48 is 0.61.

The process color (four color CMYK) of #edee48 color hex is 0.00, 0.00, 0.70, 0.07. Web safe color of #edee48 is #ffff33. Color #edee48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 01001000
Octal 355 356 110
Decimal 237 238 72
Hex ED EE 48

RGB Percentages of Color #edee48

%43.33
%43.51
%13.16

CMYK Percentages of Color #edee48

%0
%0
%70
%7

Triadic Colors of #edee48

#edee48 #48edee #ee48ed

Analogous Colors of #edee48

#edee48 #9aee48 #ee9c48

Monochromatic Colors of #edee48

#edee48

Complementary Color

#edee48 #4948ee

#edee48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edee48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edee48 Color CSS Codes

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

#edee48 Text Font Color

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

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


#edee48 Background Color

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

This div background color is #edee48


#edee48 Border Color

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

This div border color is #edee48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edee48


Comments

No comments written yet.

Please login to write comment.