Color Hex Logo

#ebcb61 Color Hex

#EBCB61
(235,203,97)
0 Favorites   0 Comments

Color spaces of #ebcb61

RGB 23520397
HSL0.130.780.65
HSV46°59°92°
CMYK 0.000.140.59   0.08
XYZ57.774661.237120.0842
Yxy61.23710.41540.4403
Hunter Lab78.2541-5.159239.5609
CIE-Lab82.5060-1.046855.9893

#ebcb61 color RGB value is (235,203,97).

#ebcb61 hex color red value is 235, green value is 203 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ebcb61 hue: 0.13 , saturation: 0.78 and the lightness value of ebcb61 is 0.65.

The process color (four color CMYK) of #ebcb61 color hex is 0.00, 0.14, 0.59, 0.08. Web safe color of #ebcb61 is #ffcc66. Color #ebcb61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 01100001
Octal 353 313 141
Decimal 235 203 97
Hex EB CB 61

RGB Percentages of Color #ebcb61

%43.93
%37.94
%18.13

CMYK Percentages of Color #ebcb61

%0
%14
%59
%8

Triadic Colors of #ebcb61

#ebcb61 #61ebcb #cb61eb

Analogous Colors of #ebcb61

#ebcb61 #c6eb61 #eb8661

Monochromatic Colors of #ebcb61

#ebcb61

Complementary Color

#ebcb61 #6181eb

#ebcb61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcb61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcb61 Color CSS Codes

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

#ebcb61 Text Font Color

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

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


#ebcb61 Background Color

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

This div background color is #ebcb61


#ebcb61 Border Color

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

This div border color is #ebcb61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcb61


Comments

No comments written yet.

Please login to write comment.