Color Hex Logo

#efdc4b Color Hex

#EFDC4B
(239,220,75)
0 Favorites   0 Comments

Color spaces of #efdc4b

RGB 23922075
HSL0.150.840.62
HSV53°69°94°
CMYK 0.000.080.69   0.06
XYZ62.459870.045116.8847
Yxy70.04510.41810.4689
Hunter Lab83.6930-13.248646.6236
CIE-Lab87.0190-9.346270.1686

#efdc4b color RGB value is (239,220,75).

#efdc4b hex color red value is 239, green value is 220 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #efdc4b hue: 0.15 , saturation: 0.84 and the lightness value of efdc4b is 0.62.

The process color (four color CMYK) of #efdc4b color hex is 0.00, 0.08, 0.69, 0.06. Web safe color of #efdc4b is #ffcc33. Color #efdc4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 01001011
Octal 357 334 113
Decimal 239 220 75
Hex EF DC 4B

RGB Percentages of Color #efdc4b

%44.76
%41.20
%14.04

CMYK Percentages of Color #efdc4b

%0
%8
%69
%6

Triadic Colors of #efdc4b

#efdc4b #4befdc #dc4bef

Analogous Colors of #efdc4b

#efdc4b #b0ef4b #ef8a4b

Monochromatic Colors of #efdc4b

#efdc4b

Complementary Color

#efdc4b #4b5eef

#efdc4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdc4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdc4b Color CSS Codes

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

#efdc4b Text Font Color

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

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


#efdc4b Background Color

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

This div background color is #efdc4b


#efdc4b Border Color

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

This div border color is #efdc4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdc4b


Comments

No comments written yet.

Please login to write comment.