Color Hex Logo

#efc765 Color Hex

#EFC765
(239,199,101)
0 Favorites   0 Comments

Color spaces of #efc765

RGB 239199101
HSL0.120.810.67
HSV43°58°94°
CMYK 0.000.170.58   0.06
XYZ58.369060.137220.8432
Yxy60.13720.41890.4316
Hunter Lab77.5482-1.355838.3479
CIE-Lab81.91272.958353.5498

#efc765 color RGB value is (239,199,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000111 01100101
Octal 357 307 145
Decimal 239 199 101
Hex EF C7 65

RGB Percentages of Color #efc765

%44.34
%36.92
%18.74

CMYK Percentages of Color #efc765

%0
%17
%58
%6

Triadic Colors of #efc765

#efc765 #65efc7 #c765ef

Analogous Colors of #efc765

#efc765 #d2ef65 #ef8265

Monochromatic Colors of #efc765

#efc765

Complementary Color

#efc765 #658def

#efc765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc765 Color CSS Codes

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

#efc765 Text Font Color

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

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


#efc765 Background Color

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

This div background color is #efc765


#efc765 Border Color

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

This div border color is #efc765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc765


Comments

No comments written yet.

Please login to write comment.