Color Hex Logo

#efc369 Color Hex

#EFC369
(239,195,105)
0 Favorites   0 Comments

Color spaces of #efc369

RGB 239195105
HSL0.110.810.67
HSV40°56°94°
CMYK 0.000.180.56   0.06
XYZ57.661558.400921.5980
Yxy58.40090.41890.4242
Hunter Lab76.42050.947736.7378
CIE-Lab80.96125.335650.5343

#efc369 color RGB value is (239,195,105).

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

The process color (four color CMYK) of #efc369 color hex is 0.00, 0.18, 0.56, 0.06. Web safe color of #efc369 is #ffcc66. Color #efc369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000011 01101001
Octal 357 303 151
Decimal 239 195 105
Hex EF C3 69

RGB Percentages of Color #efc369

%44.34
%36.18
%19.48

CMYK Percentages of Color #efc369

%0
%18
%56
%6

Triadic Colors of #efc369

#efc369 #69efc3 #c369ef

Analogous Colors of #efc369

#efc369 #d8ef69 #ef8069

Monochromatic Colors of #efc369

#efc369

Complementary Color

#efc369 #6995ef

#efc369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc369 Color CSS Codes

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

#efc369 Text Font Color

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

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


#efc369 Background Color

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

This div background color is #efc369


#efc369 Border Color

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

This div border color is #efc369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc369


Comments

No comments written yet.

Please login to write comment.