Color Hex Logo

#efe675 Color Hex

#EFE675
(239,230,117)
0 Favorites   0 Comments

Color spaces of #efe675

RGB 239230117
HSL0.150.790.70
HSV56°51°94°
CMYK 0.000.040.51   0.06
XYZ67.104376.228728.0065
Yxy76.22870.39160.4449
Hunter Lab87.3090-15.598742.0976
CIE-Lab89.9654-11.528255.5061

#efe675 color RGB value is (239,230,117).

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

The process color (four color CMYK) of #efe675 color hex is 0.00, 0.04, 0.51, 0.06. Web safe color of #efe675 is #ffff66. Color #efe675 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100110 01110101
Octal 357 346 165
Decimal 239 230 117
Hex EF E6 75

RGB Percentages of Color #efe675

%40.78
%39.25
%19.97

CMYK Percentages of Color #efe675

%0
%4
%51
%6

Triadic Colors of #efe675

#efe675 #75efe6 #e675ef

Analogous Colors of #efe675

#efe675 #bbef75 #efa975

Monochromatic Colors of #efe675

#efe675

Complementary Color

#efe675 #757eef

#efe675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe675 Color CSS Codes

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

#efe675 Text Font Color

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

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


#efe675 Background Color

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

This div background color is #efe675


#efe675 Border Color

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

This div border color is #efe675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe675


Comments

No comments written yet.

Please login to write comment.