Color Hex Logo

#efe335 Color Hex

#EFE335
(239,227,53)
0 Favorites   0 Comments

Color spaces of #efe335

RGB 23922753
HSL0.160.850.57
HSV56°78°94°
CMYK 0.000.050.78   0.06
XYZ63.708373.545914.2062
Yxy73.54590.42060.4856
Hunter Lab85.7589-17.474650.2097
CIE-Lab88.7074-13.746779.0916

#efe335 color RGB value is (239,227,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100011 00110101
Octal 357 343 65
Decimal 239 227 53
Hex EF E3 35

RGB Percentages of Color #efe335

%46.05
%43.74
%10.21

CMYK Percentages of Color #efe335

%0
%5
%78
%6

Triadic Colors of #efe335

#efe335 #35efe3 #e335ef

Analogous Colors of #efe335

#efe335 #9eef35 #ef8635

Monochromatic Colors of #efe335

#efe335

Complementary Color

#efe335 #3541ef

#efe335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe335 Color CSS Codes

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

#efe335 Text Font Color

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

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


#efe335 Background Color

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

This div background color is #efe335


#efe335 Border Color

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

This div border color is #efe335


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,227,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 #efe335">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe335


Comments

No comments written yet.

Please login to write comment.