Color Hex Logo

#efe231 Color Hex

#EFE231
(239,226,49)
0 Favorites   0 Comments

Color spaces of #efe231

RGB 23922649
HSL0.160.860.56
HSV56°79°94°
CMYK 0.000.050.79   0.06
XYZ63.347372.965213.6507
Yxy72.96520.42240.4866
Hunter Lab85.4197-17.108750.3188
CIE-Lab88.4311-13.383879.9550

#efe231 color RGB value is (239,226,49).

#efe231 hex color red value is 239, green value is 226 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #efe231 hue: 0.16 , saturation: 0.86 and the lightness value of efe231 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100010 00110001
Octal 357 342 61
Decimal 239 226 49
Hex EF E2 31

RGB Percentages of Color #efe231

%46.50
%43.97
%9.53

CMYK Percentages of Color #efe231

%0
%5
%79
%6

Triadic Colors of #efe231

#efe231 #31efe2 #e231ef

Analogous Colors of #efe231

#efe231 #9def31 #ef8331

Monochromatic Colors of #efe231

#efe231

Complementary Color

#efe231 #313eef

#efe231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe231 Color CSS Codes

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

#efe231 Text Font Color

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

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


#efe231 Background Color

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

This div background color is #efe231


#efe231 Border Color

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

This div border color is #efe231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe231


Comments

No comments written yet.

Please login to write comment.