Color Hex Logo

#efcd0d Color Hex

#EFCD0D
(239,205,13)
0 Favorites   0 Comments

Color spaces of #efcd0d

RGB 23920513
HSL0.140.900.49
HSV51°95°94°
CMYK 0.000.140.95   0.06
XYZ57.500662.04249.3255
Yxy62.04240.44620.4814
Hunter Lab78.7670-7.535748.1173
CIE-Lab82.9360-3.570582.4201

#efcd0d color RGB value is (239,205,13).

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

The process color (four color CMYK) of #efcd0d color hex is 0.00, 0.14, 0.95, 0.06. Web safe color of #efcd0d is #ffcc00. Color #efcd0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 00001101
Octal 357 315 15
Decimal 239 205 13
Hex EF CD D

RGB Percentages of Color #efcd0d

%52.30
%44.86
%2.84

CMYK Percentages of Color #efcd0d

%0
%14
%95
%6

Triadic Colors of #efcd0d

#efcd0d #0defcd #cd0def

Analogous Colors of #efcd0d

#efcd0d #a0ef0d #ef5c0d

Monochromatic Colors of #efcd0d

#efcd0d

Complementary Color

#efcd0d #0d2fef

#efcd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcd0d Color CSS Codes

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

#efcd0d Text Font Color

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

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


#efcd0d Background Color

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

This div background color is #efcd0d


#efcd0d Border Color

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

This div border color is #efcd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcd0d


Comments

No comments written yet.

Please login to write comment.