Color Hex Logo

#efd375 Color Hex

#EFD375
(239,211,117)
0 Favorites   0 Comments

Color spaces of #efd375

RGB 239211117
HSL0.130.790.70
HSV46°51°94°
CMYK 0.000.120.51   0.06
XYZ62.101866.223626.3389
Yxy66.22360.40150.4282
Hunter Lab81.3779-6.192837.7746
CIE-Lab85.1103-1.951549.7116

#efd375 color RGB value is (239,211,117).

#efd375 hex color red value is 239, green value is 211 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #efd375 hue: 0.13 , saturation: 0.79 and the lightness value of efd375 is 0.70.

The process color (four color CMYK) of #efd375 color hex is 0.00, 0.12, 0.51, 0.06. Web safe color of #efd375 is #ffcc66. Color #efd375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010011 01110101
Octal 357 323 165
Decimal 239 211 117
Hex EF D3 75

RGB Percentages of Color #efd375

%42.15
%37.21
%20.63

CMYK Percentages of Color #efd375

%0
%12
%51
%6

Triadic Colors of #efd375

#efd375 #75efd3 #d375ef

Analogous Colors of #efd375

#efd375 #ceef75 #ef9675

Monochromatic Colors of #efd375

#efd375

Complementary Color

#efd375 #7591ef

#efd375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd375 Color CSS Codes

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

#efd375 Text Font Color

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

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


#efd375 Background Color

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

This div background color is #efd375


#efd375 Border Color

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

This div border color is #efd375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd375


Comments

No comments written yet.

Please login to write comment.