Color Hex Logo

#efe67d Color Hex

#EFE67D
(239,230,125)
0 Favorites   0 Comments

Color spaces of #efe67d

RGB 239230125
HSL0.150.780.71
HSV55°48°94°
CMYK 0.000.040.48   0.06
XYZ67.595176.425030.5909
Yxy76.42500.38710.4377
Hunter Lab87.4214-14.969440.4479
CIE-Lab90.0563-10.837151.8649

#efe67d color RGB value is (239,230,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100110 01111101
Octal 357 346 175
Decimal 239 230 125
Hex EF E6 7D

RGB Percentages of Color #efe67d

%40.24
%38.72
%21.04

CMYK Percentages of Color #efe67d

%0
%4
%48
%6

Triadic Colors of #efe67d

#efe67d #7defe6 #e67def

Analogous Colors of #efe67d

#efe67d #bfef7d #efad7d

Monochromatic Colors of #efe67d

#efe67d

Complementary Color

#efe67d #7d86ef

#efe67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe67d Color CSS Codes

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

#efe67d Text Font Color

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

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


#efe67d Background Color

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

This div background color is #efe67d


#efe67d Border Color

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

This div border color is #efe67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe67d

#efe67d Color Palettes


Comments

No comments written yet.

Please login to write comment.