Color Hex Logo

#efe153 Color Hex

#EFE153
(239,225,83)
0 Favorites   0 Comments

Color spaces of #efe153

RGB 23922583
HSL0.150.830.63
HSV55°65°94°
CMYK 0.000.060.65   0.06
XYZ64.083272.825718.8628
Yxy72.82570.41140.4675
Hunter Lab85.3380-15.299746.6313
CIE-Lab88.3645-11.412068.4464

#efe153 color RGB value is (239,225,83).

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

The process color (four color CMYK) of #efe153 color hex is 0.00, 0.06, 0.65, 0.06. Web safe color of #efe153 is #ffcc66. Color #efe153 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100001 01010011
Octal 357 341 123
Decimal 239 225 83
Hex EF E1 53

RGB Percentages of Color #efe153

%43.69
%41.13
%15.17

CMYK Percentages of Color #efe153

%0
%6
%65
%6

Triadic Colors of #efe153

#efe153 #53efe1 #e153ef

Analogous Colors of #efe153

#efe153 #afef53 #ef9353

Monochromatic Colors of #efe153

#efe153

Complementary Color

#efe153 #5361ef

#efe153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe153 Color CSS Codes

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

#efe153 Text Font Color

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

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


#efe153 Background Color

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

This div background color is #efe153


#efe153 Border Color

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

This div border color is #efe153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe153


Comments

No comments written yet.

Please login to write comment.