Color Hex Logo

#efce6c Color Hex

#EFCE6C
(239,206,108)
0 Favorites   0 Comments

Color spaces of #efce6c

RGB 239206108
HSL0.120.800.68
HSV45°55°94°
CMYK 0.000.140.55   0.06
XYZ60.374763.576023.2767
Yxy63.57600.41010.4318
Hunter Lab79.7346-4.376038.5058
CIE-Lab83.7445-0.124352.3864

#efce6c color RGB value is (239,206,108).

#efce6c hex color red value is 239, green value is 206 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #efce6c hue: 0.12 , saturation: 0.80 and the lightness value of efce6c is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 01101100
Octal 357 316 154
Decimal 239 206 108
Hex EF CE 6C

RGB Percentages of Color #efce6c

%43.22
%37.25
%19.53

CMYK Percentages of Color #efce6c

%0
%14
%55
%6

Triadic Colors of #efce6c

#efce6c #6cefce #ce6cef

Analogous Colors of #efce6c

#efce6c #cfef6c #ef8d6c

Monochromatic Colors of #efce6c

#efce6c

Complementary Color

#efce6c #6c8def

#efce6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efce6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efce6c Color CSS Codes

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

#efce6c Text Font Color

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

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


#efce6c Background Color

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

This div background color is #efce6c


#efce6c Border Color

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

This div border color is #efce6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efce6c


Comments

No comments written yet.

Please login to write comment.