Color Hex Logo

#ebca6a Color Hex

#EBCA6A
(235,202,106)
0 Favorites   0 Comments

Color spaces of #ebca6a

RGB 235202106
HSL0.120.760.67
HSV45°55°92°
CMYK 0.000.140.55   0.08
XYZ57.983060.943822.3430
Yxy60.94380.41040.4314
Hunter Lab78.0665-4.037637.6775
CIE-Lab82.34850.140851.6003

#ebca6a color RGB value is (235,202,106).

#ebca6a hex color red value is 235, green value is 202 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ebca6a hue: 0.12 , saturation: 0.76 and the lightness value of ebca6a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 01101010
Octal 353 312 152
Decimal 235 202 106
Hex EB CA 6A

RGB Percentages of Color #ebca6a

%43.28
%37.20
%19.52

CMYK Percentages of Color #ebca6a

%0
%14
%55
%8

Triadic Colors of #ebca6a

#ebca6a #6aebca #ca6aeb

Analogous Colors of #ebca6a

#ebca6a #cceb6a #eb8a6a

Monochromatic Colors of #ebca6a

#ebca6a

Complementary Color

#ebca6a #6a8beb

#ebca6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebca6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebca6a Color CSS Codes

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

#ebca6a Text Font Color

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

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


#ebca6a Background Color

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

This div background color is #ebca6a


#ebca6a Border Color

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

This div border color is #ebca6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebca6a


Comments

No comments written yet.

Please login to write comment.