Color Hex Logo

#efdd83 Color Hex

#EFDD83
(239,221,131)
0 Favorites   0 Comments

Color spaces of #efdd83

RGB 239221131
HSL0.140.770.73
HSV50°45°94°
CMYK 0.000.080.45   0.06
XYZ65.549871.702331.8578
Yxy71.70230.38760.4240
Hunter Lab84.6772-10.005836.9676
CIE-Lab87.8251-5.767546.2341

#efdd83 color RGB value is (239,221,131).

#efdd83 hex color red value is 239, green value is 221 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #efdd83 hue: 0.14 , saturation: 0.77 and the lightness value of efdd83 is 0.73.

The process color (four color CMYK) of #efdd83 color hex is 0.00, 0.08, 0.45, 0.06. Web safe color of #efdd83 is #ffcc99. Color #efdd83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 10000011
Octal 357 335 203
Decimal 239 221 131
Hex EF DD 83

RGB Percentages of Color #efdd83

%40.44
%37.39
%22.17

CMYK Percentages of Color #efdd83

%0
%8
%45
%6

Triadic Colors of #efdd83

#efdd83 #83efdd #dd83ef

Analogous Colors of #efdd83

#efdd83 #cbef83 #efa783

Monochromatic Colors of #efdd83

#efdd83

Complementary Color

#efdd83 #8395ef

#efdd83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdd83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdd83 Color CSS Codes

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

#efdd83 Text Font Color

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

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


#efdd83 Background Color

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

This div background color is #efdd83


#efdd83 Border Color

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

This div border color is #efdd83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdd83


Comments

No comments written yet.

Please login to write comment.