Color Hex Logo

#efb33d Color Hex

#EFB33D
(239,179,61)
0 Favorites   0 Comments

Color spaces of #efb33d

RGB 23917961
HSL0.110.850.59
HSV40°74°94°
CMYK 0.000.250.74   0.06
XYZ52.559050.927811.4748
Yxy50.92780.45720.4430
Hunter Lab71.36376.577840.4212
CIE-Lab76.635311.109165.2464

#efb33d color RGB value is (239,179,61).

#efb33d hex color red value is 239, green value is 179 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #efb33d hue: 0.11 , saturation: 0.85 and the lightness value of efb33d is 0.59.

The process color (four color CMYK) of #efb33d color hex is 0.00, 0.25, 0.74, 0.06. Web safe color of #efb33d is #ffcc33. Color #efb33d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110011 00111101
Octal 357 263 75
Decimal 239 179 61
Hex EF B3 3D

RGB Percentages of Color #efb33d

%49.90
%37.37
%12.73

CMYK Percentages of Color #efb33d

%0
%25
%74
%6

Triadic Colors of #efb33d

#efb33d #3defb3 #b33def

Analogous Colors of #efb33d

#efb33d #d2ef3d #ef5a3d

Monochromatic Colors of #efb33d

#efb33d

Complementary Color

#efb33d #3d79ef

#efb33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb33d Color CSS Codes

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

#efb33d Text Font Color

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

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


#efb33d Background Color

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

This div background color is #efb33d


#efb33d Border Color

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

This div border color is #efb33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb33d


Comments

No comments written yet.

Please login to write comment.