Color Hex Logo

#ebdb43 Color Hex

#EBDB43
(235,219,67)
0 Favorites   0 Comments

Color spaces of #ebdb43

RGB 23521967
HSL0.150.810.59
HSV54°71°92°
CMYK 0.000.070.71   0.08
XYZ60.605668.730515.3822
Yxy68.73050.41880.4749
Hunter Lab82.9039-14.592147.0319
CIE-Lab86.3704-10.895672.3371

#ebdb43 color RGB value is (235,219,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 01000011
Octal 353 333 103
Decimal 235 219 67
Hex EB DB 43

RGB Percentages of Color #ebdb43

%45.11
%42.03
%12.86

CMYK Percentages of Color #ebdb43

%0
%7
%71
%8

Triadic Colors of #ebdb43

#ebdb43 #43ebdb #db43eb

Analogous Colors of #ebdb43

#ebdb43 #a7eb43 #eb8743

Monochromatic Colors of #ebdb43

#ebdb43

Complementary Color

#ebdb43 #4353eb

#ebdb43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb43 Color CSS Codes

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

#ebdb43 Text Font Color

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

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


#ebdb43 Background Color

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

This div background color is #ebdb43


#ebdb43 Border Color

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

This div border color is #ebdb43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb43


Comments

No comments written yet.

Please login to write comment.