Color Hex Logo

#ebcb26 Color Hex

#EBCB26
(235,203,38)
0 Favorites   0 Comments

Color spaces of #ebcb26

RGB 23520338
HSL0.140.830.54
HSV50°84°92°
CMYK 0.000.140.84   0.08
XYZ55.966760.514010.5643
Yxy60.51400.44050.4763
Hunter Lab77.7907-7.711646.4017
CIE-Lab82.1168-3.833877.2652

#ebcb26 color RGB value is (235,203,38).

#ebcb26 hex color red value is 235, green value is 203 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #ebcb26 hue: 0.14 , saturation: 0.83 and the lightness value of ebcb26 is 0.54.

The process color (four color CMYK) of #ebcb26 color hex is 0.00, 0.14, 0.84, 0.08. Web safe color of #ebcb26 is #ffcc33. Color #ebcb26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 00100110
Octal 353 313 46
Decimal 235 203 38
Hex EB CB 26

RGB Percentages of Color #ebcb26

%49.37
%42.65
%7.98

CMYK Percentages of Color #ebcb26

%0
%14
%84
%8

Triadic Colors of #ebcb26

#ebcb26 #26ebcb #cb26eb

Analogous Colors of #ebcb26

#ebcb26 #a9eb26 #eb6926

Monochromatic Colors of #ebcb26

#ebcb26

Complementary Color

#ebcb26 #2646eb

#ebcb26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcb26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcb26 Color CSS Codes

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

#ebcb26 Text Font Color

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

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


#ebcb26 Background Color

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

This div background color is #ebcb26


#ebcb26 Border Color

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

This div border color is #ebcb26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcb26


Comments

No comments written yet.

Please login to write comment.