Color Hex Logo

#ebe312 Color Hex

#EBE312
(235,227,18)
0 Favorites   0 Comments

Color spaces of #ebe312

RGB 23522718
HSL0.160.860.50
HSV58°92°92°
CMYK 0.000.030.92   0.08
XYZ61.839272.644011.3347
Yxy72.64400.42410.4982
Hunter Lab85.2314-19.645451.7772
CIE-Lab88.2777-16.216185.7056

#ebe312 color RGB value is (235,227,18).

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

The process color (four color CMYK) of #ebe312 color hex is 0.00, 0.03, 0.92, 0.08. Web safe color of #ebe312 is #ffcc00. Color #ebe312 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100011 00010010
Octal 353 343 22
Decimal 235 227 18
Hex EB E3 12

RGB Percentages of Color #ebe312

%48.96
%47.29
%3.75

CMYK Percentages of Color #ebe312

%0
%3
%92
%8

Triadic Colors of #ebe312

#ebe312 #12ebe3 #e312eb

Analogous Colors of #ebe312

#ebe312 #87eb12 #eb7712

Monochromatic Colors of #ebe312

#ebe312

Complementary Color

#ebe312 #121aeb

#ebe312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe312 Color CSS Codes

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

#ebe312 Text Font Color

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

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


#ebe312 Background Color

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

This div background color is #ebe312


#ebe312 Border Color

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

This div border color is #ebe312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe312


Comments

No comments written yet.

Please login to write comment.