Color Hex Logo

#ebbc5d Color Hex

#EBBC5D
(235,188,93)
0 Favorites   0 Comments

Color spaces of #ebbc5d

RGB 23518893
HSL0.110.780.64
HSV40°60°92°
CMYK 0.000.200.60   0.08
XYZ54.220054.418918.0021
Yxy54.41890.42810.4297
Hunter Lab73.76922.100637.1697
CIE-Lab78.70546.464653.5149

#ebbc5d color RGB value is (235,188,93).

#ebbc5d hex color red value is 235, green value is 188 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ebbc5d hue: 0.11 , saturation: 0.78 and the lightness value of ebbc5d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 01011101
Octal 353 274 135
Decimal 235 188 93
Hex EB BC 5D

RGB Percentages of Color #ebbc5d

%45.54
%36.43
%18.02

CMYK Percentages of Color #ebbc5d

%0
%20
%60
%8

Triadic Colors of #ebbc5d

#ebbc5d #5debbc #bc5deb

Analogous Colors of #ebbc5d

#ebbc5d #d3eb5d #eb755d

Monochromatic Colors of #ebbc5d

#ebbc5d

Complementary Color

#ebbc5d #5d8ceb

#ebbc5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbc5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbc5d Color CSS Codes

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

#ebbc5d Text Font Color

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

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


#ebbc5d Background Color

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

This div background color is #ebbc5d


#ebbc5d Border Color

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

This div border color is #ebbc5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbc5d


Comments

No comments written yet.

Please login to write comment.