Color Hex Logo

#efe152 Color Hex

#EFE152
(239,225,82)
0 Favorites   0 Comments

Color spaces of #efe152

RGB 23922582
HSL0.150.830.63
HSV55°66°94°
CMYK 0.000.060.66   0.06
XYZ64.044872.810318.6609
Yxy72.81030.41180.4682
Hunter Lab85.3290-15.350146.7639
CIE-Lab88.3572-11.467968.8329

#efe152 color RGB value is (239,225,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100001 01010010
Octal 357 341 122
Decimal 239 225 82
Hex EF E1 52

RGB Percentages of Color #efe152

%43.77
%41.21
%15.02

CMYK Percentages of Color #efe152

%0
%6
%66
%6

Triadic Colors of #efe152

#efe152 #52efe1 #e152ef

Analogous Colors of #efe152

#efe152 #afef52 #ef9352

Monochromatic Colors of #efe152

#efe152

Complementary Color

#efe152 #5260ef

#efe152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe152 Color CSS Codes

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

#efe152 Text Font Color

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

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


#efe152 Background Color

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

This div background color is #efe152


#efe152 Border Color

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

This div border color is #efe152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe152


Comments

No comments written yet.

Please login to write comment.