Color Hex Logo

#eebf3d Color Hex

#EEBF3D
(238,191,61)
0 Favorites   0 Comments

Color spaces of #eebf3d

RGB 23819161
HSL0.120.840.59
HSV44°74°93°
CMYK 0.000.200.74   0.07
XYZ54.733055.775712.2959
Yxy55.77570.44570.4542
Hunter Lab74.68310.121842.5166
CIE-Lab79.48604.403667.9599

#eebf3d color RGB value is (238,191,61).

#eebf3d hex color red value is 238, green value is 191 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #eebf3d hue: 0.12 , saturation: 0.84 and the lightness value of eebf3d is 0.59.

The process color (four color CMYK) of #eebf3d color hex is 0.00, 0.20, 0.74, 0.07. Web safe color of #eebf3d is #ffcc33. Color #eebf3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111111 00111101
Octal 356 277 75
Decimal 238 191 61
Hex EE BF 3D

RGB Percentages of Color #eebf3d

%48.57
%38.98
%12.45

CMYK Percentages of Color #eebf3d

%0
%20
%74
%7

Triadic Colors of #eebf3d

#eebf3d #3deebf #bf3dee

Analogous Colors of #eebf3d

#eebf3d #c5ee3d #ee673d

Monochromatic Colors of #eebf3d

#eebf3d

Complementary Color

#eebf3d #3d6cee

#eebf3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebf3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebf3d Color CSS Codes

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

#eebf3d Text Font Color

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

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


#eebf3d Background Color

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

This div background color is #eebf3d


#eebf3d Border Color

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

This div border color is #eebf3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebf3d


Comments

No comments written yet.

Please login to write comment.