Color Hex Logo

#eecb2d Color Hex

#EECB2D
(238,203,45)
0 Favorites   0 Comments

Color spaces of #eecb2d

RGB 23820345
HSL0.140.850.55
HSV49°81°93°
CMYK 0.000.150.81   0.07
XYZ57.089561.078511.2630
Yxy61.07850.44110.4719
Hunter Lab78.1527-6.375546.1623
CIE-Lab82.4209-2.360775.8066

#eecb2d color RGB value is (238,203,45).

#eecb2d hex color red value is 238, green value is 203 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #eecb2d hue: 0.14 , saturation: 0.85 and the lightness value of eecb2d is 0.55.

The process color (four color CMYK) of #eecb2d color hex is 0.00, 0.15, 0.81, 0.07. Web safe color of #eecb2d is #ffcc33. Color #eecb2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001011 00101101
Octal 356 313 55
Decimal 238 203 45
Hex EE CB 2D

RGB Percentages of Color #eecb2d

%48.97
%41.77
%9.26

CMYK Percentages of Color #eecb2d

%0
%15
%81
%7

Triadic Colors of #eecb2d

#eecb2d #2deecb #cb2dee

Analogous Colors of #eecb2d

#eecb2d #b1ee2d #ee6b2d

Monochromatic Colors of #eecb2d

#eecb2d

Complementary Color

#eecb2d #2d50ee

#eecb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecb2d Color CSS Codes

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

#eecb2d Text Font Color

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

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


#eecb2d Background Color

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

This div background color is #eecb2d


#eecb2d Border Color

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

This div border color is #eecb2d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,203,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecb2d


Comments

No comments written yet.

Please login to write comment.