Color Hex Logo

#ebbd83 Color Hex

#EBBD83
(235,189,131)
0 Favorites   0 Comments

Color spaces of #ebbd83

RGB 235189131
HSL0.090.720.72
HSV33°44°92°
CMYK 0.000.200.44   0.08
XYZ56.555355.696129.2424
Yxy55.69610.39970.3936
Hunter Lab74.62984.667129.0091
CIE-Lab79.44059.165835.5157

#ebbd83 color RGB value is (235,189,131).

#ebbd83 hex color red value is 235, green value is 189 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ebbd83 hue: 0.09 , saturation: 0.72 and the lightness value of ebbd83 is 0.72.

The process color (four color CMYK) of #ebbd83 color hex is 0.00, 0.20, 0.44, 0.08. Web safe color of #ebbd83 is #ffcc99. Color #ebbd83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 10000011
Octal 353 275 203
Decimal 235 189 131
Hex EB BD 83

RGB Percentages of Color #ebbd83

%42.34
%34.05
%23.60

CMYK Percentages of Color #ebbd83

%0
%20
%44
%8

Triadic Colors of #ebbd83

#ebbd83 #83ebbd #bd83eb

Analogous Colors of #ebbd83

#ebbd83 #e5eb83 #eb8983

Monochromatic Colors of #ebbd83

#ebbd83

Complementary Color

#ebbd83 #83b1eb

#ebbd83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbd83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbd83 Color CSS Codes

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

#ebbd83 Text Font Color

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

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


#ebbd83 Background Color

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

This div background color is #ebbd83


#ebbd83 Border Color

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

This div border color is #ebbd83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbd83


Comments

No comments written yet.

Please login to write comment.