Color Hex Logo

#efe965 Color Hex

#EFE965
(239,233,101)
0 Favorites   0 Comments

Color spaces of #efe965

RGB 239233101
HSL0.160.810.67
HSV57°58°94°
CMYK 0.000.030.58   0.06
XYZ67.084577.568123.7483
Yxy77.56810.39840.4606
Hunter Lab88.0728-18.164945.6637
CIE-Lab90.5825-14.231663.3737

#efe965 color RGB value is (239,233,101).

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

The process color (four color CMYK) of #efe965 color hex is 0.00, 0.03, 0.58, 0.06. Web safe color of #efe965 is #ffff66. Color #efe965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101001 01100101
Octal 357 351 145
Decimal 239 233 101
Hex EF E9 65

RGB Percentages of Color #efe965

%41.71
%40.66
%17.63

CMYK Percentages of Color #efe965

%0
%3
%58
%6

Triadic Colors of #efe965

#efe965 #65efe9 #e965ef

Analogous Colors of #efe965

#efe965 #b0ef65 #efa465

Monochromatic Colors of #efe965

#efe965

Complementary Color

#efe965 #656bef

#efe965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe965 Color CSS Codes

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

#efe965 Text Font Color

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

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


#efe965 Background Color

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

This div background color is #efe965


#efe965 Border Color

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

This div border color is #efe965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe965


Comments

No comments written yet.

Please login to write comment.