Color Hex Logo

#ebe653 Color Hex

#EBE653
(235,230,83)
0 Favorites   0 Comments

Color spaces of #ebe653

RGB 23523083
HSL0.160.790.62
HSV58°65°92°
CMYK 0.000.020.65   0.08
XYZ64.119174.880319.2575
Yxy74.88030.40520.4732
Hunter Lab86.5334-19.169447.3787
CIE-Lab89.3369-15.521469.3506

#ebe653 color RGB value is (235,230,83).

#ebe653 hex color red value is 235, green value is 230 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #ebe653 hue: 0.16 , saturation: 0.79 and the lightness value of ebe653 is 0.62.

The process color (four color CMYK) of #ebe653 color hex is 0.00, 0.02, 0.65, 0.08. Web safe color of #ebe653 is #ffff66. Color #ebe653 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100110 01010011
Octal 353 346 123
Decimal 235 230 83
Hex EB E6 53

RGB Percentages of Color #ebe653

%42.88
%41.97
%15.15

CMYK Percentages of Color #ebe653

%0
%2
%65
%8

Triadic Colors of #ebe653

#ebe653 #53ebe6 #e653eb

Analogous Colors of #ebe653

#ebe653 #a4eb53 #eb9a53

Monochromatic Colors of #ebe653

#ebe653

Complementary Color

#ebe653 #5358eb

#ebe653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe653 Color CSS Codes

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

#ebe653 Text Font Color

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

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


#ebe653 Background Color

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

This div background color is #ebe653


#ebe653 Border Color

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

This div border color is #ebe653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe653


Comments

No comments written yet.

Please login to write comment.