Color Hex Logo

#ebbf6c Color Hex

#EBBF6C
(235,191,108)
0 Favorites   0 Comments

Color spaces of #ebbf6c

RGB 235191108
HSL0.110.760.67
HSV39°54°92°
CMYK 0.000.190.54   0.08
XYZ55.598556.006522.0673
Yxy56.00650.41590.4190
Hunter Lab74.83751.646234.9034
CIE-Lab79.61756.017847.3789

#ebbf6c color RGB value is (235,191,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 01101100
Octal 353 277 154
Decimal 235 191 108
Hex EB BF 6C

RGB Percentages of Color #ebbf6c

%44.01
%35.77
%20.22

CMYK Percentages of Color #ebbf6c

%0
%19
%54
%8

Triadic Colors of #ebbf6c

#ebbf6c #6cebbf #bf6ceb

Analogous Colors of #ebbf6c

#ebbf6c #d8eb6c #eb806c

Monochromatic Colors of #ebbf6c

#ebbf6c

Complementary Color

#ebbf6c #6c98eb

#ebbf6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbf6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbf6c Color CSS Codes

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

#ebbf6c Text Font Color

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

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


#ebbf6c Background Color

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

This div background color is #ebbf6c


#ebbf6c Border Color

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

This div border color is #ebbf6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbf6c


Comments

No comments written yet.

Please login to write comment.