Color Hex Logo

#eacb23 Color Hex

#EACB23
(234,203,35)
0 Favorites   0 Comments

Color spaces of #eacb23

RGB 23420335
HSL0.140.830.53
HSV51°85°92°
CMYK 0.000.130.85   0.08
XYZ55.591060.325610.3042
Yxy60.32560.44040.4779
Hunter Lab77.6696-8.162646.5029
CIE-Lab82.0148-4.334377.8499

#eacb23 color RGB value is (234,203,35).

#eacb23 hex color red value is 234, green value is 203 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #eacb23 hue: 0.14 , saturation: 0.83 and the lightness value of eacb23 is 0.53.

The process color (four color CMYK) of #eacb23 color hex is 0.00, 0.13, 0.85, 0.08. Web safe color of #eacb23 is #ffcc33. Color #eacb23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 00100011
Octal 352 313 43
Decimal 234 203 35
Hex EA CB 23

RGB Percentages of Color #eacb23

%49.58
%43.01
%7.42

CMYK Percentages of Color #eacb23

%0
%13
%85
%8

Triadic Colors of #eacb23

#eacb23 #23eacb #cb23ea

Analogous Colors of #eacb23

#eacb23 #a6ea23 #ea6823

Monochromatic Colors of #eacb23

#eacb23

Complementary Color

#eacb23 #2342ea

#eacb23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacb23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacb23 Color CSS Codes

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

#eacb23 Text Font Color

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

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


#eacb23 Background Color

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

This div background color is #eacb23


#eacb23 Border Color

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

This div border color is #eacb23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacb23


Comments

No comments written yet.

Please login to write comment.