Color Hex Logo

#efbe31 Color Hex

#EFBE31
(239,190,49)
0 Favorites   0 Comments

Color spaces of #efbe31

RGB 23919049
HSL0.120.860.56
HSV45°79°94°
CMYK 0.000.210.79   0.06
XYZ54.564455.399410.7230
Yxy55.39940.45210.4590
Hunter Lab74.43080.602643.5598
CIE-Lab79.27084.903771.9003

#efbe31 color RGB value is (239,190,49).

#efbe31 hex color red value is 239, green value is 190 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #efbe31 hue: 0.12 , saturation: 0.86 and the lightness value of efbe31 is 0.56.

The process color (four color CMYK) of #efbe31 color hex is 0.00, 0.21, 0.79, 0.06. Web safe color of #efbe31 is #ffcc33. Color #efbe31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 00110001
Octal 357 276 61
Decimal 239 190 49
Hex EF BE 31

RGB Percentages of Color #efbe31

%50.00
%39.75
%10.25

CMYK Percentages of Color #efbe31

%0
%21
%79
%6

Triadic Colors of #efbe31

#efbe31 #31efbe #be31ef

Analogous Colors of #efbe31

#efbe31 #c1ef31 #ef5f31

Monochromatic Colors of #efbe31

#efbe31

Complementary Color

#efbe31 #3162ef

#efbe31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbe31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbe31 Color CSS Codes

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

#efbe31 Text Font Color

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

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


#efbe31 Background Color

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

This div background color is #efbe31


#efbe31 Border Color

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

This div border color is #efbe31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbe31


Comments

No comments written yet.

Please login to write comment.