Color Hex Logo

#ebbc3d Color Hex

#EBBC3D
(235,188,61)
0 Favorites   0 Comments

Color spaces of #ebbc3d

RGB 23518861
HSL0.120.810.58
HSV44°74°92°
CMYK 0.000.200.74   0.08
XYZ53.086553.965512.0333
Yxy53.96550.44580.4532
Hunter Lab73.46120.435341.7109
CIE-Lab78.44164.691466.8524

#ebbc3d color RGB value is (235,188,61).

#ebbc3d hex color red value is 235, green value is 188 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ebbc3d hue: 0.12 , saturation: 0.81 and the lightness value of ebbc3d is 0.58.

The process color (four color CMYK) of #ebbc3d color hex is 0.00, 0.20, 0.74, 0.08. Web safe color of #ebbc3d is #ffcc33. Color #ebbc3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 00111101
Octal 353 274 75
Decimal 235 188 61
Hex EB BC 3D

RGB Percentages of Color #ebbc3d

%48.55
%38.84
%12.60

CMYK Percentages of Color #ebbc3d

%0
%20
%74
%8

Triadic Colors of #ebbc3d

#ebbc3d #3debbc #bc3deb

Analogous Colors of #ebbc3d

#ebbc3d #c3eb3d #eb653d

Monochromatic Colors of #ebbc3d

#ebbc3d

Complementary Color

#ebbc3d #3d6ceb

#ebbc3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbc3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbc3d Color CSS Codes

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

#ebbc3d Text Font Color

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

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


#ebbc3d Background Color

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

This div background color is #ebbc3d


#ebbc3d Border Color

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

This div border color is #ebbc3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbc3d


Comments

No comments written yet.

Please login to write comment.