Color Hex Logo

#efde7b Color Hex

#EFDE7B
(239,222,123)
0 Favorites   0 Comments

Color spaces of #efde7b

RGB 239222123
HSL0.140.780.71
HSV51°49°94°
CMYK 0.000.070.49   0.06
XYZ65.293072.023329.1995
Yxy72.02330.39210.4325
Hunter Lab84.8665-11.185539.0070
CIE-Lab87.9798-7.011950.3016

#efde7b color RGB value is (239,222,123).

#efde7b hex color red value is 239, green value is 222 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #efde7b hue: 0.14 , saturation: 0.78 and the lightness value of efde7b is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 01111011
Octal 357 336 173
Decimal 239 222 123
Hex EF DE 7B

RGB Percentages of Color #efde7b

%40.92
%38.01
%21.06

CMYK Percentages of Color #efde7b

%0
%7
%49
%6

Triadic Colors of #efde7b

#efde7b #7befde #de7bef

Analogous Colors of #efde7b

#efde7b #c6ef7b #efa47b

Monochromatic Colors of #efde7b

#efde7b

Complementary Color

#efde7b #7b8cef

#efde7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efde7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efde7b Color CSS Codes

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

#efde7b Text Font Color

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

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


#efde7b Background Color

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

This div background color is #efde7b


#efde7b Border Color

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

This div border color is #efde7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efde7b


Comments

No comments written yet.

Please login to write comment.