Color Hex Logo

#efba63 Color Hex

#EFBA63
(239,186,99)
0 Favorites   0 Comments

Color spaces of #efba63

RGB 23918699
HSL0.100.810.66
HSV37°59°94°
CMYK 0.000.220.59   0.06
XYZ55.407654.369419.3784
Yxy54.36940.42900.4210
Hunter Lab73.73565.094036.0330
CIE-Lab78.67669.594250.7364

#efba63 color RGB value is (239,186,99).

#efba63 hex color red value is 239, green value is 186 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #efba63 hue: 0.10 , saturation: 0.81 and the lightness value of efba63 is 0.66.

The process color (four color CMYK) of #efba63 color hex is 0.00, 0.22, 0.59, 0.06. Web safe color of #efba63 is #ffcc66. Color #efba63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 01100011
Octal 357 272 143
Decimal 239 186 99
Hex EF BA 63

RGB Percentages of Color #efba63

%45.61
%35.50
%18.89

CMYK Percentages of Color #efba63

%0
%22
%59
%6

Triadic Colors of #efba63

#efba63 #63efba #ba63ef

Analogous Colors of #efba63

#efba63 #deef63 #ef7463

Monochromatic Colors of #efba63

#efba63

Complementary Color

#efba63 #6398ef

#efba63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efba63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efba63 Color CSS Codes

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

#efba63 Text Font Color

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

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


#efba63 Background Color

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

This div background color is #efba63


#efba63 Border Color

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

This div border color is #efba63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efba63


Comments

No comments written yet.

Please login to write comment.