Color Hex Logo

#efe955 Color Hex

#EFE955
(239,233,85)
0 Favorites   0 Comments

Color spaces of #efe955

RGB 23923385
HSL0.160.830.64
HSV58°64°94°
CMYK 0.000.030.64   0.06
XYZ66.375277.284420.0134
Yxy77.28440.40550.4722
Hunter Lab87.9115-19.073748.0405
CIE-Lab90.4524-15.245469.8238

#efe955 color RGB value is (239,233,85).

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

The process color (four color CMYK) of #efe955 color hex is 0.00, 0.03, 0.64, 0.06. Web safe color of #efe955 is #ffff66. Color #efe955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101001 01010101
Octal 357 351 125
Decimal 239 233 85
Hex EF E9 55

RGB Percentages of Color #efe955

%42.91
%41.83
%15.26

CMYK Percentages of Color #efe955

%0
%3
%64
%6

Triadic Colors of #efe955

#efe955 #55efe9 #e955ef

Analogous Colors of #efe955

#efe955 #a8ef55 #ef9c55

Monochromatic Colors of #efe955

#efe955

Complementary Color

#efe955 #555bef

#efe955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe955 Color CSS Codes

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

#efe955 Text Font Color

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

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


#efe955 Background Color

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

This div background color is #efe955


#efe955 Border Color

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

This div border color is #efe955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe955


Comments

No comments written yet.

Please login to write comment.