Color Hex Logo

#efcd3b Color Hex

#EFCD3B
(239,205,59)
0 Favorites   0 Comments

Color spaces of #efcd3b

RGB 23920559
HSL0.140.850.58
HSV49°75°94°
CMYK 0.000.140.75   0.06
XYZ58.217362.329113.1000
Yxy62.32910.43560.4664
Hunter Lab78.9488-6.533445.4261
CIE-Lab83.0881-2.476772.1075

#efcd3b color RGB value is (239,205,59).

#efcd3b hex color red value is 239, green value is 205 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #efcd3b hue: 0.14 , saturation: 0.85 and the lightness value of efcd3b is 0.58.

The process color (four color CMYK) of #efcd3b color hex is 0.00, 0.14, 0.75, 0.06. Web safe color of #efcd3b is #ffcc33. Color #efcd3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 00111011
Octal 357 315 73
Decimal 239 205 59
Hex EF CD 3B

RGB Percentages of Color #efcd3b

%47.51
%40.76
%11.73

CMYK Percentages of Color #efcd3b

%0
%14
%75
%6

Triadic Colors of #efcd3b

#efcd3b #3befcd #cd3bef

Analogous Colors of #efcd3b

#efcd3b #b7ef3b #ef733b

Monochromatic Colors of #efcd3b

#efcd3b

Complementary Color

#efcd3b #3b5def

#efcd3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcd3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcd3b Color CSS Codes

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

#efcd3b Text Font Color

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

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


#efcd3b Background Color

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

This div background color is #efcd3b


#efcd3b Border Color

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

This div border color is #efcd3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcd3b


Comments

No comments written yet.

Please login to write comment.