Color Hex Logo

#efc155 Color Hex

#EFC155
(239,193,85)
0 Favorites   0 Comments

Color spaces of #efc155

RGB 23919385
HSL0.120.830.64
HSV42°64°94°
CMYK 0.000.190.64   0.06
XYZ56.306357.146516.6571
Yxy57.14650.43280.4392
Hunter Lab75.59530.661939.8524
CIE-Lab80.26195.007259.0035

#efc155 color RGB value is (239,193,85).

#efc155 hex color red value is 239, green value is 193 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #efc155 hue: 0.12 , saturation: 0.83 and the lightness value of efc155 is 0.64.

The process color (four color CMYK) of #efc155 color hex is 0.00, 0.19, 0.64, 0.06. Web safe color of #efc155 is #ffcc66. Color #efc155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000001 01010101
Octal 357 301 125
Decimal 239 193 85
Hex EF C1 55

RGB Percentages of Color #efc155

%46.23
%37.33
%16.44

CMYK Percentages of Color #efc155

%0
%19
%64
%6

Triadic Colors of #efc155

#efc155 #55efc1 #c155ef

Analogous Colors of #efc155

#efc155 #d0ef55 #ef7455

Monochromatic Colors of #efc155

#efc155

Complementary Color

#efc155 #5583ef

#efc155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc155 Color CSS Codes

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

#efc155 Text Font Color

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

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


#efc155 Background Color

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

This div background color is #efc155


#efc155 Border Color

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

This div border color is #efc155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc155


Comments

No comments written yet.

Please login to write comment.