Color Hex Logo

#efe144 Color Hex

#EFE144
(239,225,68)
0 Favorites   0 Comments

Color spaces of #efe144

RGB 23922568
HSL0.150.840.60
HSV55°72°94°
CMYK 0.000.060.72   0.06
XYZ63.565272.618516.1354
Yxy72.61850.41730.4768
Hunter Lab85.2165-15.981148.4252
CIE-Lab88.2654-12.169573.9313

#efe144 color RGB value is (239,225,68).

#efe144 hex color red value is 239, green value is 225 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #efe144 hue: 0.15 , saturation: 0.84 and the lightness value of efe144 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100001 01000100
Octal 357 341 104
Decimal 239 225 68
Hex EF E1 44

RGB Percentages of Color #efe144

%44.92
%42.29
%12.78

CMYK Percentages of Color #efe144

%0
%6
%72
%6

Triadic Colors of #efe144

#efe144 #44efe1 #e144ef

Analogous Colors of #efe144

#efe144 #a8ef44 #ef8c44

Monochromatic Colors of #efe144

#efe144

Complementary Color

#efe144 #4452ef

#efe144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe144 Color CSS Codes

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

#efe144 Text Font Color

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

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


#efe144 Background Color

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

This div background color is #efe144


#efe144 Border Color

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

This div border color is #efe144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe144


Comments

No comments written yet.

Please login to write comment.