Color Hex Logo

#efc055 Color Hex

#EFC055
(239,192,85)
0 Favorites   0 Comments

Color spaces of #efc055

RGB 23919285
HSL0.120.830.64
HSV42°64°94°
CMYK 0.000.200.64   0.06
XYZ56.085956.705916.5836
Yxy56.70590.43350.4383
Hunter Lab75.30331.166039.6552
CIE-Lab80.01395.527758.7334

#efc055 color RGB value is (239,192,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000000 01010101
Octal 357 300 125
Decimal 239 192 85
Hex EF C0 55

RGB Percentages of Color #efc055

%46.32
%37.21
%16.47

CMYK Percentages of Color #efc055

%0
%20
%64
%6

Triadic Colors of #efc055

#efc055 #55efc0 #c055ef

Analogous Colors of #efc055

#efc055 #d1ef55 #ef7355

Monochromatic Colors of #efc055

#efc055

Complementary Color

#efc055 #5584ef

#efc055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc055 Color CSS Codes

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

#efc055 Text Font Color

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

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


#efc055 Background Color

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

This div background color is #efc055


#efc055 Border Color

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

This div border color is #efc055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc055


Comments

No comments written yet.

Please login to write comment.