Color Hex Logo

#efcd6b Color Hex

#EFCD6B
(239,205,107)
0 Favorites   0 Comments

Color spaces of #efcd6b

RGB 239205107
HSL0.120.800.68
HSV45°55°94°
CMYK 0.000.140.55   0.06
XYZ60.081863.074922.9179
Yxy63.07490.41130.4318
Hunter Lab79.4197-3.947538.4847
CIE-Lab83.48180.312152.5510

#efcd6b color RGB value is (239,205,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 01101011
Octal 357 315 153
Decimal 239 205 107
Hex EF CD 6B

RGB Percentages of Color #efcd6b

%43.38
%37.21
%19.42

CMYK Percentages of Color #efcd6b

%0
%14
%55
%6

Triadic Colors of #efcd6b

#efcd6b #6befcd #cd6bef

Analogous Colors of #efcd6b

#efcd6b #cfef6b #ef8b6b

Monochromatic Colors of #efcd6b

#efcd6b

Complementary Color

#efcd6b #6b8def

#efcd6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcd6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcd6b Color CSS Codes

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

#efcd6b Text Font Color

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

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


#efcd6b Background Color

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

This div background color is #efcd6b


#efcd6b Border Color

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

This div border color is #efcd6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcd6b


Comments

No comments written yet.

Please login to write comment.