Color Hex Logo

#efbe55 Color Hex

#EFBE55
(239,190,85)
0 Favorites   0 Comments

Color spaces of #efbe55

RGB 23919085
HSL0.110.830.64
HSV41°64°94°
CMYK 0.000.210.64   0.06
XYZ55.649855.833516.4382
Yxy55.83350.43500.4365
Hunter Lab74.72182.176439.2619
CIE-Lab79.51906.571258.1932

#efbe55 color RGB value is (239,190,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 01010101
Octal 357 276 125
Decimal 239 190 85
Hex EF BE 55

RGB Percentages of Color #efbe55

%46.50
%36.96
%16.54

CMYK Percentages of Color #efbe55

%0
%21
%64
%6

Triadic Colors of #efbe55

#efbe55 #55efbe #be55ef

Analogous Colors of #efbe55

#efbe55 #d3ef55 #ef7155

Monochromatic Colors of #efbe55

#efbe55

Complementary Color

#efbe55 #5586ef

#efbe55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbe55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbe55 Color CSS Codes

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

#efbe55 Text Font Color

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

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


#efbe55 Background Color

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

This div background color is #efbe55


#efbe55 Border Color

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

This div border color is #efbe55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbe55


Comments

No comments written yet.

Please login to write comment.