Color Hex Logo

#efe765 Color Hex

#EFE765
(239,231,101)
0 Favorites   0 Comments

Color spaces of #efe765

RGB 239231101
HSL0.160.810.67
HSV57°58°94°
CMYK 0.000.030.58   0.06
XYZ66.521576.442123.5607
Yxy76.44210.39950.4590
Hunter Lab87.4312-17.193945.2245
CIE-Lab90.0642-13.246762.7980

#efe765 color RGB value is (239,231,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100111 01100101
Octal 357 347 145
Decimal 239 231 101
Hex EF E7 65

RGB Percentages of Color #efe765

%41.86
%40.46
%17.69

CMYK Percentages of Color #efe765

%0
%3
%58
%6

Triadic Colors of #efe765

#efe765 #65efe7 #e765ef

Analogous Colors of #efe765

#efe765 #b2ef65 #efa265

Monochromatic Colors of #efe765

#efe765

Complementary Color

#efe765 #656def

#efe765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe765 Color CSS Codes

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

#efe765 Text Font Color

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

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


#efe765 Background Color

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

This div background color is #efe765


#efe765 Border Color

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

This div border color is #efe765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe765


Comments

No comments written yet.

Please login to write comment.