Color Hex Logo

#efd07d Color Hex

#EFD07D
(239,208,125)
0 Favorites   0 Comments

Color spaces of #efd07d

RGB 239208125
HSL0.120.780.71
HSV44°48°94°
CMYK 0.000.130.48   0.06
XYZ61.854164.943128.6773
Yxy64.94310.39780.4177
Hunter Lab80.5873-4.021535.3125
CIE-Lab84.45440.298244.9969

#efd07d color RGB value is (239,208,125).

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

The process color (four color CMYK) of #efd07d color hex is 0.00, 0.13, 0.48, 0.06. Web safe color of #efd07d is #ffcc66. Color #efd07d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010000 01111101
Octal 357 320 175
Decimal 239 208 125
Hex EF D0 7D

RGB Percentages of Color #efd07d

%41.78
%36.36
%21.85

CMYK Percentages of Color #efd07d

%0
%13
%48
%6

Triadic Colors of #efd07d

#efd07d #7defd0 #d07def

Analogous Colors of #efd07d

#efd07d #d5ef7d #ef977d

Monochromatic Colors of #efd07d

#efd07d

Complementary Color

#efd07d #7d9cef

#efd07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd07d Color CSS Codes

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

#efd07d Text Font Color

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

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


#efd07d Background Color

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

This div background color is #efd07d


#efd07d Border Color

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

This div border color is #efd07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd07d


Comments

No comments written yet.

Please login to write comment.