Color Hex Logo

#efe235 Color Hex

#EFE235
(239,226,53)
0 Favorites   0 Comments

Color spaces of #efe235

RGB 23922653
HSL0.160.850.57
HSV56°78°94°
CMYK 0.000.050.78   0.06
XYZ63.435673.000514.1153
Yxy73.00050.42140.4849
Hunter Lab85.4403-16.992450.0131
CIE-Lab88.4480-13.253578.8610

#efe235 color RGB value is (239,226,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100010 00110101
Octal 357 342 65
Decimal 239 226 53
Hex EF E2 35

RGB Percentages of Color #efe235

%46.14
%43.63
%10.23

CMYK Percentages of Color #efe235

%0
%5
%78
%6

Triadic Colors of #efe235

#efe235 #35efe2 #e235ef

Analogous Colors of #efe235

#efe235 #9fef35 #ef8535

Monochromatic Colors of #efe235

#efe235

Complementary Color

#efe235 #3542ef

#efe235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe235 Color CSS Codes

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

#efe235 Text Font Color

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

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


#efe235 Background Color

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

This div background color is #efe235


#efe235 Border Color

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

This div border color is #efe235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe235


Comments

No comments written yet.

Please login to write comment.