Color Hex Logo

#efdd13 Color Hex

#EFDD13
(239,221,19)
0 Favorites   0 Comments

Color spaces of #efdd13

RGB 23922119
HSL0.150.870.51
HSV55°92°94°
CMYK 0.000.080.92   0.06
XYZ61.570670.110610.9037
Yxy70.11060.43180.4917
Hunter Lab83.7321-15.274950.8916
CIE-Lab87.0511-11.557384.7988

#efdd13 color RGB value is (239,221,19).

#efdd13 hex color red value is 239, green value is 221 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #efdd13 hue: 0.15 , saturation: 0.87 and the lightness value of efdd13 is 0.51.

The process color (four color CMYK) of #efdd13 color hex is 0.00, 0.08, 0.92, 0.06. Web safe color of #efdd13 is #ffcc00. Color #efdd13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 00010011
Octal 357 335 23
Decimal 239 221 19
Hex EF DD 13

RGB Percentages of Color #efdd13

%49.90
%46.14
%3.97

CMYK Percentages of Color #efdd13

%0
%8
%92
%6

Triadic Colors of #efdd13

#efdd13 #13efdd #dd13ef

Analogous Colors of #efdd13

#efdd13 #93ef13 #ef6f13

Monochromatic Colors of #efdd13

#efdd13

Complementary Color

#efdd13 #1325ef

#efdd13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdd13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdd13 Color CSS Codes

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

#efdd13 Text Font Color

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

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


#efdd13 Background Color

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

This div background color is #efdd13


#efdd13 Border Color

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

This div border color is #efdd13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdd13


Comments

No comments written yet.

Please login to write comment.