Color Hex Logo

#efc534 Color Hex

#EFC534
(239,197,52)
0 Favorites   0 Comments

Color spaces of #efc534

RGB 23919752
HSL0.130.850.57
HSV47°78°94°
CMYK 0.000.180.78   0.06
XYZ56.182758.531211.5853
Yxy58.53120.44480.4634
Hunter Lab76.5057-2.801744.5757
CIE-Lab81.03321.375272.5269

#efc534 color RGB value is (239,197,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000101 00110100
Octal 357 305 64
Decimal 239 197 52
Hex EF C5 34

RGB Percentages of Color #efc534

%48.98
%40.37
%10.66

CMYK Percentages of Color #efc534

%0
%18
%78
%6

Triadic Colors of #efc534

#efc534 #34efc5 #c534ef

Analogous Colors of #efc534

#efc534 #bcef34 #ef6834

Monochromatic Colors of #efc534

#efc534

Complementary Color

#efc534 #345eef

#efc534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc534 Color CSS Codes

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

#efc534 Text Font Color

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

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


#efc534 Background Color

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

This div background color is #efc534


#efc534 Border Color

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

This div border color is #efc534


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,197,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 #efc534">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc534


Comments

No comments written yet.

Please login to write comment.