Color Hex Logo

#ebbd3d Color Hex

#EBBD3D
(235,189,61)
0 Favorites   0 Comments

Color spaces of #ebbd3d

RGB 23518961
HSL0.120.810.58
HSV44°74°92°
CMYK 0.000.200.74   0.08
XYZ53.300954.394312.1048
Yxy54.39430.44490.4540
Hunter Lab73.7525-0.065041.8956
CIE-Lab78.69114.169767.0928

#ebbd3d color RGB value is (235,189,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 00111101
Octal 353 275 75
Decimal 235 189 61
Hex EB BD 3D

RGB Percentages of Color #ebbd3d

%48.45
%38.97
%12.58

CMYK Percentages of Color #ebbd3d

%0
%20
%74
%8

Triadic Colors of #ebbd3d

#ebbd3d #3debbd #bd3deb

Analogous Colors of #ebbd3d

#ebbd3d #c2eb3d #eb663d

Monochromatic Colors of #ebbd3d

#ebbd3d

Complementary Color

#ebbd3d #3d6beb

#ebbd3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbd3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbd3d Color CSS Codes

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

#ebbd3d Text Font Color

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

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


#ebbd3d Background Color

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

This div background color is #ebbd3d


#ebbd3d Border Color

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

This div border color is #ebbd3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbd3d


Comments

No comments written yet.

Please login to write comment.