Color Hex Logo

#ebbc21 Color Hex

#EBBC21
(235,188,33)
0 Favorites   0 Comments

Color spaces of #ebbc21

RGB 23518833
HSL0.130.830.53
HSV46°86°92°
CMYK 0.000.200.86   0.08
XYZ52.518753.73849.0434
Yxy53.73840.45550.4661
Hunter Lab73.3065-0.404244.0003
CIE-Lab78.30893.789975.3406

#ebbc21 color RGB value is (235,188,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 00100001
Octal 353 274 41
Decimal 235 188 33
Hex EB BC 21

RGB Percentages of Color #ebbc21

%51.54
%41.23
%7.24

CMYK Percentages of Color #ebbc21

%0
%20
%86
%8

Triadic Colors of #ebbc21

#ebbc21 #21ebbc #bc21eb

Analogous Colors of #ebbc21

#ebbc21 #b5eb21 #eb5721

Monochromatic Colors of #ebbc21

#ebbc21

Complementary Color

#ebbc21 #2150eb

#ebbc21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbc21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbc21 Color CSS Codes

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

#ebbc21 Text Font Color

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

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


#ebbc21 Background Color

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

This div background color is #ebbc21


#ebbc21 Border Color

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

This div border color is #ebbc21


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,188,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 #ebbc21">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbc21


Comments

No comments written yet.

Please login to write comment.