Color Hex Logo

#efc965 Color Hex

#EFC965
(239,201,101)
0 Favorites   0 Comments

Color spaces of #efc965

RGB 239201101
HSL0.120.810.67
HSV43°58°94°
CMYK 0.000.160.58   0.06
XYZ58.832261.063620.9976
Yxy61.06360.41760.4334
Hunter Lab78.1432-2.362138.7686
CIE-Lab82.41291.923454.1284

#efc965 color RGB value is (239,201,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001001 01100101
Octal 357 311 145
Decimal 239 201 101
Hex EF C9 65

RGB Percentages of Color #efc965

%44.18
%37.15
%18.67

CMYK Percentages of Color #efc965

%0
%16
%58
%6

Triadic Colors of #efc965

#efc965 #65efc9 #c965ef

Analogous Colors of #efc965

#efc965 #d0ef65 #ef8465

Monochromatic Colors of #efc965

#efc965

Complementary Color

#efc965 #658bef

#efc965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc965 Color CSS Codes

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

#efc965 Text Font Color

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

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


#efc965 Background Color

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

This div background color is #efc965


#efc965 Border Color

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

This div border color is #efc965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc965


Comments

No comments written yet.

Please login to write comment.