Color Hex Logo

#efde58 Color Hex

#EFDE58
(239,222,88)
0 Favorites   0 Comments

Color spaces of #efde58

RGB 23922288
HSL0.150.830.64
HSV53°63°94°
CMYK 0.000.070.63   0.06
XYZ63.479371.297919.6487
Yxy71.29790.41110.4617
Hunter Lab84.4381-13.573045.3099
CIE-Lab87.6295-9.625665.6518

#efde58 color RGB value is (239,222,88).

#efde58 hex color red value is 239, green value is 222 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #efde58 hue: 0.15 , saturation: 0.83 and the lightness value of efde58 is 0.64.

The process color (four color CMYK) of #efde58 color hex is 0.00, 0.07, 0.63, 0.06. Web safe color of #efde58 is #ffcc66. Color #efde58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 01011000
Octal 357 336 130
Decimal 239 222 88
Hex EF DE 58

RGB Percentages of Color #efde58

%43.53
%40.44
%16.03

CMYK Percentages of Color #efde58

%0
%7
%63
%6

Triadic Colors of #efde58

#efde58 #58efde #de58ef

Analogous Colors of #efde58

#efde58 #b5ef58 #ef9358

Monochromatic Colors of #efde58

#efde58

Complementary Color

#efde58 #5869ef

#efde58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efde58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efde58 Color CSS Codes

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

#efde58 Text Font Color

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

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


#efde58 Background Color

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

This div background color is #efde58


#efde58 Border Color

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

This div border color is #efde58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efde58


Comments

No comments written yet.

Please login to write comment.