Color Hex Logo

#ebbd15 Color Hex

#EBBD15
(235,189,21)
0 Favorites   0 Comments

Color spaces of #ebbd15

RGB 23518921
HSL0.130.840.50
HSV47°91°92°
CMYK 0.000.200.91   0.08
XYZ52.593954.11158.3820
Yxy54.11150.45700.4702
Hunter Lab73.5605-1.107944.7364
CIE-Lab78.52673.047177.8974

#ebbd15 color RGB value is (235,189,21).

#ebbd15 hex color red value is 235, green value is 189 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ebbd15 hue: 0.13 , saturation: 0.84 and the lightness value of ebbd15 is 0.50.

The process color (four color CMYK) of #ebbd15 color hex is 0.00, 0.20, 0.91, 0.08. Web safe color of #ebbd15 is #ffcc00. Color #ebbd15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 00010101
Octal 353 275 25
Decimal 235 189 21
Hex EB BD 15

RGB Percentages of Color #ebbd15

%52.81
%42.47
%4.72

CMYK Percentages of Color #ebbd15

%0
%20
%91
%8

Triadic Colors of #ebbd15

#ebbd15 #15ebbd #bd15eb

Analogous Colors of #ebbd15

#ebbd15 #aeeb15 #eb5215

Monochromatic Colors of #ebbd15

#ebbd15

Complementary Color

#ebbd15 #1543eb

#ebbd15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbd15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbd15 Color CSS Codes

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

#ebbd15 Text Font Color

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

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


#ebbd15 Background Color

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

This div background color is #ebbd15


#ebbd15 Border Color

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

This div border color is #ebbd15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbd15


Comments

No comments written yet.

Please login to write comment.