Color Hex Logo

#ebe321 Color Hex

#EBE321
(235,227,33)
0 Favorites   0 Comments

Color spaces of #ebe321

RGB 23522733
HSL0.160.830.53
HSV58°86°92°
CMYK 0.000.030.86   0.08
XYZ62.004572.710112.2053
Yxy72.71010.42200.4949
Hunter Lab85.2702-19.426151.2026
CIE-Lab88.3093-15.966783.4105

#ebe321 color RGB value is (235,227,33).

#ebe321 hex color red value is 235, green value is 227 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ebe321 hue: 0.16 , saturation: 0.83 and the lightness value of ebe321 is 0.53.

The process color (four color CMYK) of #ebe321 color hex is 0.00, 0.03, 0.86, 0.08. Web safe color of #ebe321 is #ffcc33. Color #ebe321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100011 00100001
Octal 353 343 41
Decimal 235 227 33
Hex EB E3 21

RGB Percentages of Color #ebe321

%47.47
%45.86
%6.67

CMYK Percentages of Color #ebe321

%0
%3
%86
%8

Triadic Colors of #ebe321

#ebe321 #21ebe3 #e321eb

Analogous Colors of #ebe321

#ebe321 #8eeb21 #eb7e21

Monochromatic Colors of #ebe321

#ebe321

Complementary Color

#ebe321 #2129eb

#ebe321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe321 Color CSS Codes

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

#ebe321 Text Font Color

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

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


#ebe321 Background Color

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

This div background color is #ebe321


#ebe321 Border Color

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

This div border color is #ebe321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe321


Comments

No comments written yet.

Please login to write comment.