Color Hex Logo

#efc134 Color Hex

#EFC134
(239,193,52)
0 Favorites   0 Comments

Color spaces of #efc134

RGB 23919352
HSL0.130.850.57
HSV45°78°94°
CMYK 0.000.190.78   0.06
XYZ55.286456.738611.2865
Yxy56.73860.44830.4601
Hunter Lab75.3250-0.804943.8437
CIE-Lab80.03233.445971.6231

#efc134 color RGB value is (239,193,52).

#efc134 hex color red value is 239, green value is 193 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #efc134 hue: 0.13 , saturation: 0.85 and the lightness value of efc134 is 0.57.

The process color (four color CMYK) of #efc134 color hex is 0.00, 0.19, 0.78, 0.06. Web safe color of #efc134 is #ffcc33. Color #efc134 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000001 00110100
Octal 357 301 64
Decimal 239 193 52
Hex EF C1 34

RGB Percentages of Color #efc134

%49.38
%39.88
%10.74

CMYK Percentages of Color #efc134

%0
%19
%78
%6

Triadic Colors of #efc134

#efc134 #34efc1 #c134ef

Analogous Colors of #efc134

#efc134 #c0ef34 #ef6334

Monochromatic Colors of #efc134

#efc134

Complementary Color

#efc134 #3462ef

#efc134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc134 Color CSS Codes

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

#efc134 Text Font Color

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

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


#efc134 Background Color

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

This div background color is #efc134


#efc134 Border Color

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

This div border color is #efc134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc134

#efc134 Color Palettes


Comments

No comments written yet.

Please login to write comment.