Color Hex Logo

#efcd68 Color Hex

#EFCD68
(239,205,104)
0 Favorites   0 Comments

Color spaces of #efcd68

RGB 239205104
HSL0.120.810.67
HSV45°56°94°
CMYK 0.000.140.56   0.06
XYZ59.926663.012822.1009
Yxy63.01280.41320.4345
Hunter Lab79.3806-4.161539.0591
CIE-Lab83.44910.083153.9255

#efcd68 color RGB value is (239,205,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 01101000
Octal 357 315 150
Decimal 239 205 104
Hex EF CD 68

RGB Percentages of Color #efcd68

%43.61
%37.41
%18.98

CMYK Percentages of Color #efcd68

%0
%14
%56
%6

Triadic Colors of #efcd68

#efcd68 #68efcd #cd68ef

Analogous Colors of #efcd68

#efcd68 #ceef68 #ef8a68

Monochromatic Colors of #efcd68

#efcd68

Complementary Color

#efcd68 #688aef

#efcd68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcd68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcd68 Color CSS Codes

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

#efcd68 Text Font Color

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

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


#efcd68 Background Color

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

This div background color is #efcd68


#efcd68 Border Color

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

This div border color is #efcd68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcd68

#efcd68 Color Palettes


Comments

No comments written yet.

Please login to write comment.