Color Hex Logo

#ebdc62 Color Hex

#EBDC62
(235,220,98)
0 Favorites   0 Comments

Color spaces of #ebdc62

RGB 23522098
HSL0.150.770.65
HSV53°58°92°
CMYK 0.000.060.58   0.08
XYZ62.058869.730421.7437
Yxy69.73040.40420.4542
Hunter Lab83.5047-13.476243.0149
CIE-Lab86.8645-9.612560.4507

#ebdc62 color RGB value is (235,220,98).

#ebdc62 hex color red value is 235, green value is 220 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ebdc62 hue: 0.15 , saturation: 0.77 and the lightness value of ebdc62 is 0.65.

The process color (four color CMYK) of #ebdc62 color hex is 0.00, 0.06, 0.58, 0.08. Web safe color of #ebdc62 is #ffcc66. Color #ebdc62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 01100010
Octal 353 334 142
Decimal 235 220 98
Hex EB DC 62

RGB Percentages of Color #ebdc62

%42.50
%39.78
%17.72

CMYK Percentages of Color #ebdc62

%0
%6
%58
%8

Triadic Colors of #ebdc62

#ebdc62 #62ebdc #dc62eb

Analogous Colors of #ebdc62

#ebdc62 #b6eb62 #eb9862

Monochromatic Colors of #ebdc62

#ebdc62

Complementary Color

#ebdc62 #6271eb

#ebdc62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdc62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdc62 Color CSS Codes

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

#ebdc62 Text Font Color

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

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


#ebdc62 Background Color

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

This div background color is #ebdc62


#ebdc62 Border Color

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

This div border color is #ebdc62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdc62


Comments

No comments written yet.

Please login to write comment.