Color Hex Logo

#ebca6b Color Hex

#EBCA6B
(235,202,107)
0 Favorites   0 Comments

Color spaces of #ebca6b

RGB 235202107
HSL0.120.760.67
HSV45°54°92°
CMYK 0.000.140.54   0.08
XYZ58.035360.964822.6185
Yxy60.96480.40980.4305
Hunter Lab78.0800-3.964437.4806
CIE-Lab82.35980.219651.1369

#ebca6b color RGB value is (235,202,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 01101011
Octal 353 312 153
Decimal 235 202 107
Hex EB CA 6B

RGB Percentages of Color #ebca6b

%43.20
%37.13
%19.67

CMYK Percentages of Color #ebca6b

%0
%14
%54
%8

Triadic Colors of #ebca6b

#ebca6b #6bebca #ca6beb

Analogous Colors of #ebca6b

#ebca6b #cceb6b #eb8a6b

Monochromatic Colors of #ebca6b

#ebca6b

Complementary Color

#ebca6b #6b8ceb

#ebca6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebca6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebca6b Color CSS Codes

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

#ebca6b Text Font Color

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

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


#ebca6b Background Color

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

This div background color is #ebca6b


#ebca6b Border Color

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

This div border color is #ebca6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebca6b


Comments

No comments written yet.

Please login to write comment.