Color Hex Logo

#efbf54 Color Hex

#EFBF54
(239,191,84)
0 Favorites   0 Comments

Color spaces of #efbf54

RGB 23919184
HSL0.120.830.63
HSV41°65°94°
CMYK 0.000.200.65   0.06
XYZ55.827656.252416.3029
Yxy56.25240.43490.4382
Hunter Lab75.00161.614139.6134
CIE-Lab79.75735.989158.8970

#efbf54 color RGB value is (239,191,84).

#efbf54 hex color red value is 239, green value is 191 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #efbf54 hue: 0.12 , saturation: 0.83 and the lightness value of efbf54 is 0.63.

The process color (four color CMYK) of #efbf54 color hex is 0.00, 0.20, 0.65, 0.06. Web safe color of #efbf54 is #ffcc66. Color #efbf54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 01010100
Octal 357 277 124
Decimal 239 191 84
Hex EF BF 54

RGB Percentages of Color #efbf54

%46.50
%37.16
%16.34

CMYK Percentages of Color #efbf54

%0
%20
%65
%6

Triadic Colors of #efbf54

#efbf54 #54efbf #bf54ef

Analogous Colors of #efbf54

#efbf54 #d2ef54 #ef7254

Monochromatic Colors of #efbf54

#efbf54

Complementary Color

#efbf54 #5484ef

#efbf54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbf54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbf54 Color CSS Codes

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

#efbf54 Text Font Color

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

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


#efbf54 Background Color

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

This div background color is #efbf54


#efbf54 Border Color

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

This div border color is #efbf54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbf54


Comments

No comments written yet.

Please login to write comment.