Color Hex Logo

#efe434 Color Hex

#EFE434
(239,228,52)
0 Favorites   0 Comments

Color spaces of #efe434

RGB 23922852
HSL0.160.850.57
HSV56°78°94°
CMYK 0.000.050.78   0.06
XYZ63.959874.085514.1777
Yxy74.08550.42020.4867
Hunter Lab86.0729-17.986450.4850
CIE-Lab88.9629-14.272779.5999

#efe434 color RGB value is (239,228,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100100 00110100
Octal 357 344 64
Decimal 239 228 52
Hex EF E4 34

RGB Percentages of Color #efe434

%46.05
%43.93
%10.02

CMYK Percentages of Color #efe434

%0
%5
%78
%6

Triadic Colors of #efe434

#efe434 #34efe4 #e434ef

Analogous Colors of #efe434

#efe434 #9def34 #ef8734

Monochromatic Colors of #efe434

#efe434

Complementary Color

#efe434 #343fef

#efe434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe434 Color CSS Codes

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

#efe434 Text Font Color

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

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


#efe434 Background Color

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

This div background color is #efe434


#efe434 Border Color

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

This div border color is #efe434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe434


Comments

No comments written yet.

Please login to write comment.