Color Hex Logo

#efb448 Color Hex

#EFB448
(239,180,72)
0 Favorites   0 Comments

Color spaces of #efb448

RGB 23918072
HSL0.110.840.61
HSV39°70°94°
CMYK 0.000.250.70   0.06
XYZ53.087651.461113.2659
Yxy51.46110.45060.4368
Hunter Lab71.73646.558039.2512
CIE-Lab76.957511.091461.1224

#efb448 color RGB value is (239,180,72).

#efb448 hex color red value is 239, green value is 180 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #efb448 hue: 0.11 , saturation: 0.84 and the lightness value of efb448 is 0.61.

The process color (four color CMYK) of #efb448 color hex is 0.00, 0.25, 0.70, 0.06. Web safe color of #efb448 is #ffcc33. Color #efb448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110100 01001000
Octal 357 264 110
Decimal 239 180 72
Hex EF B4 48

RGB Percentages of Color #efb448

%48.68
%36.66
%14.66

CMYK Percentages of Color #efb448

%0
%25
%70
%6

Triadic Colors of #efb448

#efb448 #48efb4 #b448ef

Analogous Colors of #efb448

#efb448 #d7ef48 #ef6148

Monochromatic Colors of #efb448

#efb448

Complementary Color

#efb448 #4883ef

#efb448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb448 Color CSS Codes

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

#efb448 Text Font Color

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

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


#efb448 Background Color

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

This div background color is #efb448


#efb448 Border Color

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

This div border color is #efb448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb448


Comments

No comments written yet.

Please login to write comment.