Color Hex Logo

#efd775 Color Hex

#EFD775
(239,215,117)
0 Favorites   0 Comments

Color spaces of #efd775

RGB 239215117
HSL0.130.790.70
HSV48°51°94°
CMYK 0.000.100.51   0.06
XYZ63.107968.236026.6743
Yxy68.23600.39940.4318
Hunter Lab82.6051-8.190138.6780
CIE-Lab86.1243-3.991650.9331

#efd775 color RGB value is (239,215,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010111 01110101
Octal 357 327 165
Decimal 239 215 117
Hex EF D7 75

RGB Percentages of Color #efd775

%41.86
%37.65
%20.49

CMYK Percentages of Color #efd775

%0
%10
%51
%6

Triadic Colors of #efd775

#efd775 #75efd7 #d775ef

Analogous Colors of #efd775

#efd775 #caef75 #ef9a75

Monochromatic Colors of #efd775

#efd775

Complementary Color

#efd775 #758def

#efd775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd775 Color CSS Codes

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

#efd775 Text Font Color

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

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


#efd775 Background Color

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

This div background color is #efd775


#efd775 Border Color

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

This div border color is #efd775


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,215,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 #efd775">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd775


Comments

No comments written yet.

Please login to write comment.