Color Hex Logo

#ebbf81 Color Hex

#EBBF81
(235,191,129)
0 Favorites   0 Comments

Color spaces of #ebbf81

RGB 235191129
HSL0.100.730.71
HSV35°45°92°
CMYK 0.000.190.45   0.08
XYZ56.854256.508828.6796
Yxy56.50880.40030.3978
Hunter Lab75.17233.451230.0004
CIE-Lab79.90257.914137.1453

#ebbf81 color RGB value is (235,191,129).

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

The process color (four color CMYK) of #ebbf81 color hex is 0.00, 0.19, 0.45, 0.08. Web safe color of #ebbf81 is #ffcc99. Color #ebbf81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 10000001
Octal 353 277 201
Decimal 235 191 129
Hex EB BF 81

RGB Percentages of Color #ebbf81

%42.34
%34.41
%23.24

CMYK Percentages of Color #ebbf81

%0
%19
%45
%8

Triadic Colors of #ebbf81

#ebbf81 #81ebbf #bf81eb

Analogous Colors of #ebbf81

#ebbf81 #e2eb81 #eb8a81

Monochromatic Colors of #ebbf81

#ebbf81

Complementary Color

#ebbf81 #81adeb

#ebbf81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbf81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbf81 Color CSS Codes

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

#ebbf81 Text Font Color

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

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


#ebbf81 Background Color

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

This div background color is #ebbf81


#ebbf81 Border Color

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

This div border color is #ebbf81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbf81


Comments

No comments written yet.

Please login to write comment.