Color Hex Logo

#efa534 Color Hex

#EFA534
(239,165,52)
0 Favorites   0 Comments

Color spaces of #efa534

RGB 23916552
HSL0.100.850.57
HSV36°78°94°
CMYK 0.000.310.78   0.06
XYZ49.671645.50899.4149
Yxy45.50890.47490.4351
Hunter Lab67.460313.375638.9476
CIE-Lab73.225718.148065.3975

#efa534 color RGB value is (239,165,52).

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

The process color (four color CMYK) of #efa534 color hex is 0.00, 0.31, 0.78, 0.06. Web safe color of #efa534 is #ff9933. Color #efa534 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 00110100
Octal 357 245 64
Decimal 239 165 52
Hex EF A5 34

RGB Percentages of Color #efa534

%52.41
%36.18
%11.40

CMYK Percentages of Color #efa534

%0
%31
%78
%6

Triadic Colors of #efa534

#efa534 #34efa5 #a534ef

Analogous Colors of #efa534

#efa534 #dcef34 #ef4834

Monochromatic Colors of #efa534

#efa534

Complementary Color

#efa534 #347eef

#efa534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa534 Color CSS Codes

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

#efa534 Text Font Color

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

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


#efa534 Background Color

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

This div background color is #efa534


#efa534 Border Color

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

This div border color is #efa534


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa534


Comments

No comments written yet.

Please login to write comment.