Color Hex Logo

#ebbf3d Color Hex

#EBBF3D
(235,191,61)
0 Favorites   0 Comments

Color spaces of #ebbf3d

RGB 23519161
HSL0.120.810.58
HSV45°74°92°
CMYK 0.000.190.74   0.08
XYZ53.734155.260712.2492
Yxy55.26070.44320.4558
Hunter Lab74.3375-1.063942.2666
CIE-Lab79.19123.128167.5742

#ebbf3d color RGB value is (235,191,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 00111101
Octal 353 277 75
Decimal 235 191 61
Hex EB BF 3D

RGB Percentages of Color #ebbf3d

%48.25
%39.22
%12.53

CMYK Percentages of Color #ebbf3d

%0
%19
%74
%8

Triadic Colors of #ebbf3d

#ebbf3d #3debbf #bf3deb

Analogous Colors of #ebbf3d

#ebbf3d #c0eb3d #eb683d

Monochromatic Colors of #ebbf3d

#ebbf3d

Complementary Color

#ebbf3d #3d69eb

#ebbf3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbf3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbf3d Color CSS Codes

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

#ebbf3d Text Font Color

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

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


#ebbf3d Background Color

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

This div background color is #ebbf3d


#ebbf3d Border Color

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

This div border color is #ebbf3d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,191,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 #ebbf3d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbf3d


Comments

No comments written yet.

Please login to write comment.