Color Hex Logo

#ebbc7b Color Hex

#EBBC7B
(235,188,123)
0 Favorites   0 Comments

Color spaces of #ebbc7b

RGB 235188123
HSL0.100.740.70
HSV35°48°92°
CMYK 0.000.200.48   0.08
XYZ55.819355.058726.4243
Yxy55.05870.40650.4010
Hunter Lab74.20154.426830.8270
CIE-Lab79.07518.908839.1714

#ebbc7b color RGB value is (235,188,123).

#ebbc7b hex color red value is 235, green value is 188 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ebbc7b hue: 0.10 , saturation: 0.74 and the lightness value of ebbc7b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 01111011
Octal 353 274 173
Decimal 235 188 123
Hex EB BC 7B

RGB Percentages of Color #ebbc7b

%43.04
%34.43
%22.53

CMYK Percentages of Color #ebbc7b

%0
%20
%48
%8

Triadic Colors of #ebbc7b

#ebbc7b #7bebbc #bc7beb

Analogous Colors of #ebbc7b

#ebbc7b #e2eb7b #eb847b

Monochromatic Colors of #ebbc7b

#ebbc7b

Complementary Color

#ebbc7b #7baaeb

#ebbc7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbc7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbc7b Color CSS Codes

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

#ebbc7b Text Font Color

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

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


#ebbc7b Background Color

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

This div background color is #ebbc7b


#ebbc7b Border Color

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

This div border color is #ebbc7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbc7b


Comments

No comments written yet.

Please login to write comment.