Color Hex Logo

#ebcb25 Color Hex

#EBCB25
(235,203,37)
0 Favorites   0 Comments

Color spaces of #ebcb25

RGB 23520337
HSL0.140.830.53
HSV50°84°92°
CMYK 0.000.140.84   0.08
XYZ55.950860.507610.4805
Yxy60.50760.44080.4767
Hunter Lab77.7866-7.734146.4623
CIE-Lab82.1133-3.858577.5028

#ebcb25 color RGB value is (235,203,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 00100101
Octal 353 313 45
Decimal 235 203 37
Hex EB CB 25

RGB Percentages of Color #ebcb25

%49.47
%42.74
%7.79

CMYK Percentages of Color #ebcb25

%0
%14
%84
%8

Triadic Colors of #ebcb25

#ebcb25 #25ebcb #cb25eb

Analogous Colors of #ebcb25

#ebcb25 #a8eb25 #eb6825

Monochromatic Colors of #ebcb25

#ebcb25

Complementary Color

#ebcb25 #2545eb

#ebcb25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcb25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcb25 Color CSS Codes

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

#ebcb25 Text Font Color

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

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


#ebcb25 Background Color

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

This div background color is #ebcb25


#ebcb25 Border Color

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

This div border color is #ebcb25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcb25


Comments

No comments written yet.

Please login to write comment.