Color Hex Logo

#ebde3d Color Hex

#EBDE3D
(235,222,61)
0 Favorites   0 Comments

Color spaces of #ebde3d

RGB 23522261
HSL0.150.810.58
HSV56°74°92°
CMYK 0.000.060.74   0.08
XYZ61.224570.241614.7460
Yxy70.24160.41870.4804
Hunter Lab83.8103-16.271448.2354
CIE-Lab87.1152-12.646075.0776

#ebde3d color RGB value is (235,222,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 00111101
Octal 353 336 75
Decimal 235 222 61
Hex EB DE 3D

RGB Percentages of Color #ebde3d

%45.37
%42.86
%11.78

CMYK Percentages of Color #ebde3d

%0
%6
%74
%8

Triadic Colors of #ebde3d

#ebde3d #3debde #de3deb

Analogous Colors of #ebde3d

#ebde3d #a1eb3d #eb873d

Monochromatic Colors of #ebde3d

#ebde3d

Complementary Color

#ebde3d #3d4aeb

#ebde3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebde3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebde3d Color CSS Codes

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

#ebde3d Text Font Color

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

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


#ebde3d Background Color

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

This div background color is #ebde3d


#ebde3d Border Color

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

This div border color is #ebde3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebde3d


Comments

No comments written yet.

Please login to write comment.