Color Hex Logo

#efc955 Color Hex

#EFC955
(239,201,85)
0 Favorites   0 Comments

Color spaces of #efc955

RGB 23920185
HSL0.130.830.64
HSV45°64°94°
CMYK 0.000.160.64   0.06
XYZ58.122960.779917.2626
Yxy60.77990.42690.4464
Hunter Lab77.9615-3.354841.4448
CIE-Lab82.26030.862061.1682

#efc955 color RGB value is (239,201,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001001 01010101
Octal 357 311 125
Decimal 239 201 85
Hex EF C9 55

RGB Percentages of Color #efc955

%45.52
%38.29
%16.19

CMYK Percentages of Color #efc955

%0
%16
%64
%6

Triadic Colors of #efc955

#efc955 #55efc9 #c955ef

Analogous Colors of #efc955

#efc955 #c8ef55 #ef7c55

Monochromatic Colors of #efc955

#efc955

Complementary Color

#efc955 #557bef

#efc955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc955 Color CSS Codes

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

#efc955 Text Font Color

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

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


#efc955 Background Color

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

This div background color is #efc955


#efc955 Border Color

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

This div border color is #efc955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc955


Comments

No comments written yet.

Please login to write comment.