Color Hex Logo

#ebbb69 Color Hex

#EBBB69
(235,187,105)
0 Favorites   0 Comments

Color spaces of #ebbb69

RGB 235187105
HSL0.110.760.67
HSV38°55°92°
CMYK 0.000.200.55   0.08
XYZ54.581154.222720.9539
Yxy54.22270.42060.4179
Hunter Lab73.63613.446134.6737
CIE-Lab78.59147.874347.6198

#ebbb69 color RGB value is (235,187,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 01101001
Octal 353 273 151
Decimal 235 187 105
Hex EB BB 69

RGB Percentages of Color #ebbb69

%44.59
%35.48
%19.92

CMYK Percentages of Color #ebbb69

%0
%20
%55
%8

Triadic Colors of #ebbb69

#ebbb69 #69ebbb #bb69eb

Analogous Colors of #ebbb69

#ebbb69 #daeb69 #eb7a69

Monochromatic Colors of #ebbb69

#ebbb69

Complementary Color

#ebbb69 #6999eb

#ebbb69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbb69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbb69 Color CSS Codes

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

#ebbb69 Text Font Color

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

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


#ebbb69 Background Color

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

This div background color is #ebbb69


#ebbb69 Border Color

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

This div border color is #ebbb69


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,187,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 #ebbb69">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbb69


Comments

No comments written yet.

Please login to write comment.