Color Hex Logo

#efe61d Color Hex

#EFE61D
(239,230,29)
0 Favorites   0 Comments

Color spaces of #efe61d

RGB 23923029
HSL0.160.870.53
HSV57°88°94°
CMYK 0.000.040.88   0.06
XYZ64.115275.033112.2660
Yxy75.03310.42340.4955
Hunter Lab86.6216-19.466652.2394
CIE-Lab89.4085-15.839085.1461

#efe61d color RGB value is (239,230,29).

#efe61d hex color red value is 239, green value is 230 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #efe61d hue: 0.16 , saturation: 0.87 and the lightness value of efe61d is 0.53.

The process color (four color CMYK) of #efe61d color hex is 0.00, 0.04, 0.88, 0.06. Web safe color of #efe61d is #ffff33. Color #efe61d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100110 00011101
Octal 357 346 35
Decimal 239 230 29
Hex EF E6 1D

RGB Percentages of Color #efe61d

%47.99
%46.18
%5.82

CMYK Percentages of Color #efe61d

%0
%4
%88
%6

Triadic Colors of #efe61d

#efe61d #1defe6 #e61def

Analogous Colors of #efe61d

#efe61d #8fef1d #ef7d1d

Monochromatic Colors of #efe61d

#efe61d

Complementary Color

#efe61d #1d26ef

#efe61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe61d Color CSS Codes

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

#efe61d Text Font Color

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

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


#efe61d Background Color

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

This div background color is #efe61d


#efe61d Border Color

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

This div border color is #efe61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe61d


Comments

No comments written yet.

Please login to write comment.