Color Hex Logo

#ebbe69 Color Hex

#EBBE69
(235,190,105)
0 Favorites   0 Comments

Color spaces of #ebbe69

RGB 235190105
HSL0.110.760.67
HSV39°55°92°
CMYK 0.000.190.55   0.08
XYZ55.224255.509021.1683
Yxy55.50900.41870.4208
Hunter Lab74.50441.925335.3075
CIE-Lab79.33366.301348.5068

#ebbe69 color RGB value is (235,190,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 01101001
Octal 353 276 151
Decimal 235 190 105
Hex EB BE 69

RGB Percentages of Color #ebbe69

%44.34
%35.85
%19.81

CMYK Percentages of Color #ebbe69

%0
%19
%55
%8

Triadic Colors of #ebbe69

#ebbe69 #69ebbe #be69eb

Analogous Colors of #ebbe69

#ebbe69 #d7eb69 #eb7d69

Monochromatic Colors of #ebbe69

#ebbe69

Complementary Color

#ebbe69 #6996eb

#ebbe69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbe69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbe69 Color CSS Codes

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

#ebbe69 Text Font Color

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

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


#ebbe69 Background Color

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

This div background color is #ebbe69


#ebbe69 Border Color

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

This div border color is #ebbe69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbe69


Comments

No comments written yet.

Please login to write comment.