Color Hex Logo

#ebd243 Color Hex

#EBD243
(235,210,67)
0 Favorites   0 Comments

Color spaces of #ebd243

RGB 23521067
HSL0.140.810.59
HSV51°71°92°
CMYK 0.000.110.71   0.08
XYZ58.320764.160614.6206
Yxy64.16060.42540.4680
Hunter Lab80.1003-10.210445.2481
CIE-Lab84.0493-6.368570.0835

#ebd243 color RGB value is (235,210,67).

#ebd243 hex color red value is 235, green value is 210 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #ebd243 hue: 0.14 , saturation: 0.81 and the lightness value of ebd243 is 0.59.

The process color (four color CMYK) of #ebd243 color hex is 0.00, 0.11, 0.71, 0.08. Web safe color of #ebd243 is #ffcc33. Color #ebd243 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 01000011
Octal 353 322 103
Decimal 235 210 67
Hex EB D2 43

RGB Percentages of Color #ebd243

%45.90
%41.02
%13.09

CMYK Percentages of Color #ebd243

%0
%11
%71
%8

Triadic Colors of #ebd243

#ebd243 #43ebd2 #d243eb

Analogous Colors of #ebd243

#ebd243 #b0eb43 #eb7e43

Monochromatic Colors of #ebd243

#ebd243

Complementary Color

#ebd243 #435ceb

#ebd243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd243 Color CSS Codes

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

#ebd243 Text Font Color

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

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


#ebd243 Background Color

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

This div background color is #ebd243


#ebd243 Border Color

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

This div border color is #ebd243


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,210,67, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebd243; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebd243;
  -webkit-box-shadow: 1px 1px 3px 2px #ebd243;
  box-shadow:         1px 1px 3px 2px #ebd243; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,210,67, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd243


Comments

No comments written yet.

Please login to write comment.