Color Hex Logo

#ebbc69 Color Hex

#EBBC69
(235,188,105)
0 Favorites   0 Comments

Color spaces of #ebbc69

RGB 235188105
HSL0.110.760.67
HSV38°55°92°
CMYK 0.000.200.55   0.08
XYZ54.794054.648521.0249
Yxy54.64850.42000.4189
Hunter Lab73.92462.938734.8846
CIE-Lab78.83847.349547.9153

#ebbc69 color RGB value is (235,188,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 01101001
Octal 353 274 151
Decimal 235 188 105
Hex EB BC 69

RGB Percentages of Color #ebbc69

%44.51
%35.61
%19.89

CMYK Percentages of Color #ebbc69

%0
%20
%55
%8

Triadic Colors of #ebbc69

#ebbc69 #69ebbc #bc69eb

Analogous Colors of #ebbc69

#ebbc69 #d9eb69 #eb7b69

Monochromatic Colors of #ebbc69

#ebbc69

Complementary Color

#ebbc69 #6998eb

#ebbc69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbc69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbc69 Color CSS Codes

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

#ebbc69 Text Font Color

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

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


#ebbc69 Background Color

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

This div background color is #ebbc69


#ebbc69 Border Color

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

This div border color is #ebbc69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbc69


Comments

No comments written yet.

Please login to write comment.