color codes Logo

#ebe30c color codes

#EBE30C
(235,227,12)
0 Favorites   0 Comments

Color spaces of #ebe30c

RGB 23522712
HSL0.160.900.48
HSV58°95°92°
CMYK 0.000.030.95   0.08
XYZ61.796472.626911.1092
Yxy72.62690.42460.4990
Hunter Lab85.2214-19.702251.9261
CIE-Lab88.2695-16.280886.3196

#ebe30c color RGB value is (235,227,12).

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

The process color (four color CMYK) of #ebe30c color code is 0.00, 0.03, 0.95, 0.08. Web safe color of #ebe30c is #ffcc00. Color #ebe30c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100011 00001100
Octal 353 343 14
Decimal 235 227 12
Hex EB E3 C

RGB Percentages of Color #ebe30c

%49.58
%47.89
%2.53

CMYK Percentages of Color #ebe30c

%0
%3
%95
%8

Triadic Colors of #ebe30c

#ebe30c #0cebe3 #e30ceb

Analogous Colors of #ebe30c

#ebe30c #84eb0c #eb740c

Monochromatic Colors of #ebe30c

#ebe30c

Complementary Color

#ebe30c #0c14eb

#ebe30c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe30c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe30c Color CSS Codes

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

#ebe30c Text Font Color

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

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


#ebe30c Background Color

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

This div background color is #ebe30c


#ebe30c Border Color

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

This div border color is #ebe30c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe30c


Comments

No comments written yet.

Please login to write comment.