Color Hex Logo

#ebe83d Color Hex

#EBE83D
(235,232,61)
0 Favorites   0 Comments

Color spaces of #ebe83d

RGB 23523261
HSL0.160.810.58
HSV59°74°92°
CMYK 0.000.010.74   0.08
XYZ63.959975.712315.6578
Yxy75.71230.41180.4874
Hunter Lab87.0128-21.063750.2398
CIE-Lab89.7256-17.560177.5035

#ebe83d color RGB value is (235,232,61).

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

The process color (four color CMYK) of #ebe83d color hex is 0.00, 0.01, 0.74, 0.08. Web safe color of #ebe83d is #ffff33. Color #ebe83d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101000 00111101
Octal 353 350 75
Decimal 235 232 61
Hex EB E8 3D

RGB Percentages of Color #ebe83d

%44.51
%43.94
%11.55

CMYK Percentages of Color #ebe83d

%0
%1
%74
%8

Triadic Colors of #ebe83d

#ebe83d #3debe8 #e83deb

Analogous Colors of #ebe83d

#ebe83d #97eb3d #eb913d

Monochromatic Colors of #ebe83d

#ebe83d

Complementary Color

#ebe83d #3d40eb

#ebe83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe83d Color CSS Codes

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

#ebe83d Text Font Color

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

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


#ebe83d Background Color

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

This div background color is #ebe83d


#ebe83d Border Color

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

This div border color is #ebe83d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe83d


Comments

No comments written yet.

Please login to write comment.