Color Hex Logo

#ebbc17 Color Hex

#EBBC17
(235,188,23)
0 Favorites   0 Comments

Color spaces of #ebbc17

RGB 23518823
HSL0.130.840.51
HSV47°90°92°
CMYK 0.000.200.90   0.08
XYZ52.398853.69058.4122
Yxy53.69050.45760.4689
Hunter Lab73.2738-0.582144.4849
CIE-Lab78.28093.598377.3716

#ebbc17 color RGB value is (235,188,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 00010111
Octal 353 274 27
Decimal 235 188 23
Hex EB BC 17

RGB Percentages of Color #ebbc17

%52.69
%42.15
%5.16

CMYK Percentages of Color #ebbc17

%0
%20
%90
%8

Triadic Colors of #ebbc17

#ebbc17 #17ebbc #bc17eb

Analogous Colors of #ebbc17

#ebbc17 #b0eb17 #eb5217

Monochromatic Colors of #ebbc17

#ebbc17

Complementary Color

#ebbc17 #1746eb

#ebbc17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbc17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbc17 Color CSS Codes

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

#ebbc17 Text Font Color

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

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


#ebbc17 Background Color

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

This div background color is #ebbc17


#ebbc17 Border Color

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

This div border color is #ebbc17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbc17


Comments

No comments written yet.

Please login to write comment.