Color Hex Logo

#efe038 Color Hex

#EFE038
(239,224,56)
0 Favorites   0 Comments

Color spaces of #efe038

RGB 23922456
HSL0.150.850.58
HSV55°77°94°
CMYK 0.000.060.77   0.06
XYZ62.966171.947614.3100
Yxy71.94760.42200.4821
Hunter Lab84.8219-15.932049.3728
CIE-Lab87.9434-12.159277.5278

#efe038 color RGB value is (239,224,56).

#efe038 hex color red value is 239, green value is 224 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #efe038 hue: 0.15 , saturation: 0.85 and the lightness value of efe038 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 00111000
Octal 357 340 70
Decimal 239 224 56
Hex EF E0 38

RGB Percentages of Color #efe038

%46.05
%43.16
%10.79

CMYK Percentages of Color #efe038

%0
%6
%77
%6

Triadic Colors of #efe038

#efe038 #38efe0 #e038ef

Analogous Colors of #efe038

#efe038 #a3ef38 #ef8538

Monochromatic Colors of #efe038

#efe038

Complementary Color

#efe038 #3847ef

#efe038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe038 Color CSS Codes

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

#efe038 Text Font Color

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

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


#efe038 Background Color

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

This div background color is #efe038


#efe038 Border Color

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

This div border color is #efe038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe038


Comments

No comments written yet.

Please login to write comment.