Color Hex Logo

#efe365 Color Hex

#EFE365
(239,227,101)
0 Favorites   0 Comments

Color spaces of #efe365

RGB 239227101
HSL0.150.810.67
HSV55°58°94°
CMYK 0.000.050.58   0.06
XYZ65.414774.228523.1917
Yxy74.22850.40170.4559
Hunter Lab86.1560-15.245244.3493
CIE-Lab89.0304-11.266361.6456

#efe365 color RGB value is (239,227,101).

#efe365 hex color red value is 239, green value is 227 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #efe365 hue: 0.15 , saturation: 0.81 and the lightness value of efe365 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100011 01100101
Octal 357 343 145
Decimal 239 227 101
Hex EF E3 65

RGB Percentages of Color #efe365

%42.15
%40.04
%17.81

CMYK Percentages of Color #efe365

%0
%5
%58
%6

Triadic Colors of #efe365

#efe365 #65efe3 #e365ef

Analogous Colors of #efe365

#efe365 #b6ef65 #ef9e65

Monochromatic Colors of #efe365

#efe365

Complementary Color

#efe365 #6571ef

#efe365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe365 Color CSS Codes

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

#efe365 Text Font Color

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

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


#efe365 Background Color

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

This div background color is #efe365


#efe365 Border Color

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

This div border color is #efe365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe365


Comments

No comments written yet.

Please login to write comment.