Color Hex Logo

#ebbf7c Color Hex

#EBBF7C
(235,191,124)
0 Favorites   0 Comments

Color spaces of #ebbf7c

RGB 235191124
HSL0.100.740.70
HSV36°47°92°
CMYK 0.000.190.47   0.08
XYZ56.529856.379026.9716
Yxy56.37900.40410.4031
Hunter Lab75.08602.986531.2626
CIE-Lab79.82907.428039.6159

#ebbf7c color RGB value is (235,191,124).

#ebbf7c hex color red value is 235, green value is 191 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ebbf7c hue: 0.10 , saturation: 0.74 and the lightness value of ebbf7c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 01111100
Octal 353 277 174
Decimal 235 191 124
Hex EB BF 7C

RGB Percentages of Color #ebbf7c

%42.73
%34.73
%22.55

CMYK Percentages of Color #ebbf7c

%0
%19
%47
%8

Triadic Colors of #ebbf7c

#ebbf7c #7cebbf #bf7ceb

Analogous Colors of #ebbf7c

#ebbf7c #e0eb7c #eb887c

Monochromatic Colors of #ebbf7c

#ebbf7c

Complementary Color

#ebbf7c #7ca8eb

#ebbf7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbf7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbf7c Color CSS Codes

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

#ebbf7c Text Font Color

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

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


#ebbf7c Background Color

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

This div background color is #ebbf7c


#ebbf7c Border Color

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

This div border color is #ebbf7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbf7c


Comments

No comments written yet.

Please login to write comment.