Color Hex Logo

#efd053 Color Hex

#EFD053
(239,208,83)
0 Favorites   0 Comments

Color spaces of #efd053

RGB 23920883
HSL0.130.830.63
HSV48°65°94°
CMYK 0.000.130.65   0.06
XYZ59.713864.087017.4064
Yxy64.08700.42290.4539
Hunter Lab80.0544-6.949243.1465
CIE-Lab84.0110-2.847263.8871

#efd053 color RGB value is (239,208,83).

#efd053 hex color red value is 239, green value is 208 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #efd053 hue: 0.13 , saturation: 0.83 and the lightness value of efd053 is 0.63.

The process color (four color CMYK) of #efd053 color hex is 0.00, 0.13, 0.65, 0.06. Web safe color of #efd053 is #ffcc66. Color #efd053 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010000 01010011
Octal 357 320 123
Decimal 239 208 83
Hex EF D0 53

RGB Percentages of Color #efd053

%45.09
%39.25
%15.66

CMYK Percentages of Color #efd053

%0
%13
%65
%6

Triadic Colors of #efd053

#efd053 #53efd0 #d053ef

Analogous Colors of #efd053

#efd053 #c0ef53 #ef8253

Monochromatic Colors of #efd053

#efd053

Complementary Color

#efd053 #5372ef

#efd053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd053 Color CSS Codes

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

#efd053 Text Font Color

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

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


#efd053 Background Color

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

This div background color is #efd053


#efd053 Border Color

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

This div border color is #efd053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd053


Comments

No comments written yet.

Please login to write comment.