Color Hex Logo

#ebca7d Color Hex

#EBCA7D
(235,202,125)
0 Favorites   0 Comments

Color spaces of #ebca7d

RGB 235202125
HSL0.120.730.71
HSV42°47°92°
CMYK 0.000.140.47   0.08
XYZ59.083261.383928.1363
Yxy61.38390.39760.4131
Hunter Lab78.3479-2.499533.5513
CIE-Lab82.58471.788242.5845

#ebca7d color RGB value is (235,202,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 01111101
Octal 353 312 175
Decimal 235 202 125
Hex EB CA 7D

RGB Percentages of Color #ebca7d

%41.81
%35.94
%22.24

CMYK Percentages of Color #ebca7d

%0
%14
%47
%8

Triadic Colors of #ebca7d

#ebca7d #7debca #ca7deb

Analogous Colors of #ebca7d

#ebca7d #d5eb7d #eb937d

Monochromatic Colors of #ebca7d

#ebca7d

Complementary Color

#ebca7d #7d9eeb

#ebca7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebca7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebca7d Color CSS Codes

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

#ebca7d Text Font Color

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

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


#ebca7d Background Color

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

This div background color is #ebca7d


#ebca7d Border Color

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

This div border color is #ebca7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebca7d


Comments

No comments written yet.

Please login to write comment.