Color Hex Logo

#efc45b Color Hex

#EFC45B
(239,196,91)
0 Favorites   0 Comments

Color spaces of #efc45b

RGB 23919691
HSL0.120.820.65
HSV43°62°94°
CMYK 0.000.180.62   0.06
XYZ57.224958.585918.1897
Yxy58.58590.42700.4372
Hunter Lab76.5414-0.495039.4890
CIE-Lab81.06343.823757.2006

#efc45b color RGB value is (239,196,91).

#efc45b hex color red value is 239, green value is 196 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #efc45b hue: 0.12 , saturation: 0.82 and the lightness value of efc45b is 0.65.

The process color (four color CMYK) of #efc45b color hex is 0.00, 0.18, 0.62, 0.06. Web safe color of #efc45b is #ffcc66. Color #efc45b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 01011011
Octal 357 304 133
Decimal 239 196 91
Hex EF C4 5B

RGB Percentages of Color #efc45b

%45.44
%37.26
%17.30

CMYK Percentages of Color #efc45b

%0
%18
%62
%6

Triadic Colors of #efc45b

#efc45b #5befc4 #c45bef

Analogous Colors of #efc45b

#efc45b #d0ef5b #ef7a5b

Monochromatic Colors of #efc45b

#efc45b

Complementary Color

#efc45b #5b86ef

#efc45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc45b Color CSS Codes

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

#efc45b Text Font Color

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

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


#efc45b Background Color

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

This div background color is #efc45b


#efc45b Border Color

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

This div border color is #efc45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc45b


Comments

No comments written yet.

Please login to write comment.