Color Hex Logo

#efdb72 Color Hex

#EFDB72
(239,219,114)
0 Favorites   0 Comments

Color spaces of #efdb72

RGB 239219114
HSL0.140.800.69
HSV50°52°94°
CMYK 0.000.080.52   0.06
XYZ63.965470.228726.1037
Yxy70.22870.39900.4381
Hunter Lab83.8026-10.407840.1935
CIE-Lab87.1089-6.268753.5294

#efdb72 color RGB value is (239,219,114).

#efdb72 hex color red value is 239, green value is 219 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #efdb72 hue: 0.14 , saturation: 0.80 and the lightness value of efdb72 is 0.69.

The process color (four color CMYK) of #efdb72 color hex is 0.00, 0.08, 0.52, 0.06. Web safe color of #efdb72 is #ffcc66. Color #efdb72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 01110010
Octal 357 333 162
Decimal 239 219 114
Hex EF DB 72

RGB Percentages of Color #efdb72

%41.78
%38.29
%19.93

CMYK Percentages of Color #efdb72

%0
%8
%52
%6

Triadic Colors of #efdb72

#efdb72 #72efdb #db72ef

Analogous Colors of #efdb72

#efdb72 #c5ef72 #ef9d72

Monochromatic Colors of #efdb72

#efdb72

Complementary Color

#efdb72 #7286ef

#efdb72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdb72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdb72 Color CSS Codes

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

#efdb72 Text Font Color

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

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


#efdb72 Background Color

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

This div background color is #efdb72


#efdb72 Border Color

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

This div border color is #efdb72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdb72


Comments

No comments written yet.

Please login to write comment.