Color Hex Logo

#efcd7d Color Hex

#EFCD7D
(239,205,125)
0 Favorites   0 Comments

Color spaces of #efcd7d

RGB 239205125
HSL0.120.780.71
HSV42°48°94°
CMYK 0.000.140.48   0.06
XYZ61.129663.494028.4357
Yxy63.49400.39940.4148
Hunter Lab79.6831-2.507634.6200
CIE-Lab83.70161.844644.0600

#efcd7d color RGB value is (239,205,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 01111101
Octal 357 315 175
Decimal 239 205 125
Hex EF CD 7D

RGB Percentages of Color #efcd7d

%42.00
%36.03
%21.97

CMYK Percentages of Color #efcd7d

%0
%14
%48
%6

Triadic Colors of #efcd7d

#efcd7d #7defcd #cd7def

Analogous Colors of #efcd7d

#efcd7d #d8ef7d #ef947d

Monochromatic Colors of #efcd7d

#efcd7d

Complementary Color

#efcd7d #7d9fef

#efcd7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcd7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcd7d Color CSS Codes

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

#efcd7d Text Font Color

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

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


#efcd7d Background Color

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

This div background color is #efcd7d


#efcd7d Border Color

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

This div border color is #efcd7d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,205,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 #efcd7d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcd7d


Comments

No comments written yet.

Please login to write comment.