Color Hex Logo

#efcd69 Color Hex

#EFCD69
(239,205,105)
0 Favorites   0 Comments

Color spaces of #efcd69

RGB 239205105
HSL0.120.810.67
HSV45°56°94°
CMYK 0.000.140.56   0.06
XYZ59.977763.033322.3701
Yxy63.03330.41260.4336
Hunter Lab79.3935-4.091138.8698
CIE-Lab83.45990.158453.4688

#efcd69 color RGB value is (239,205,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 01101001
Octal 357 315 151
Decimal 239 205 105
Hex EF CD 69

RGB Percentages of Color #efcd69

%43.53
%37.34
%19.13

CMYK Percentages of Color #efcd69

%0
%14
%56
%6

Triadic Colors of #efcd69

#efcd69 #69efcd #cd69ef

Analogous Colors of #efcd69

#efcd69 #ceef69 #ef8a69

Monochromatic Colors of #efcd69

#efcd69

Complementary Color

#efcd69 #698bef

#efcd69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcd69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcd69 Color CSS Codes

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

#efcd69 Text Font Color

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

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


#efcd69 Background Color

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

This div background color is #efcd69


#efcd69 Border Color

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

This div border color is #efcd69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcd69


Comments

No comments written yet.

Please login to write comment.