Color Hex Logo

#ebcb43 Color Hex

#EBCB43
(235,203,67)
0 Favorites   0 Comments

Color spaces of #ebcb43

RGB 23520367
HSL0.130.810.59
HSV49°71°92°
CMYK 0.000.140.71   0.08
XYZ56.630060.779314.0570
Yxy60.77930.43080.4623
Hunter Lab77.9611-6.771643.8823
CIE-Lab82.2600-2.801868.3316

#ebcb43 color RGB value is (235,203,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 01000011
Octal 353 313 103
Decimal 235 203 67
Hex EB CB 43

RGB Percentages of Color #ebcb43

%46.53
%40.20
%13.27

CMYK Percentages of Color #ebcb43

%0
%14
%71
%8

Triadic Colors of #ebcb43

#ebcb43 #43ebcb #cb43eb

Analogous Colors of #ebcb43

#ebcb43 #b7eb43 #eb7743

Monochromatic Colors of #ebcb43

#ebcb43

Complementary Color

#ebcb43 #4363eb

#ebcb43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcb43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcb43 Color CSS Codes

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

#ebcb43 Text Font Color

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

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


#ebcb43 Background Color

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

This div background color is #ebcb43


#ebcb43 Border Color

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

This div border color is #ebcb43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcb43


Comments

No comments written yet.

Please login to write comment.