color codes Logo

#ebe92d color codes

#EBE92D
(235,233,45)
0 Favorites   0 Comments

Color spaces of #ebe92d

RGB 23523345
HSL0.160.830.55
HSV59°81°92°
CMYK 0.000.010.81   0.08
XYZ63.873576.129513.8106
Yxy76.12950.41530.4949
Hunter Lab87.2522-22.019451.6919
CIE-Lab89.9194-18.593082.1317

#ebe92d color RGB value is (235,233,45).

#ebe92d hex color red value is 235, green value is 233 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ebe92d hue: 0.16 , saturation: 0.83 and the lightness value of ebe92d is 0.55.

The process color (four color CMYK) of #ebe92d color code is 0.00, 0.01, 0.81, 0.08. Web safe color of #ebe92d is #ffff33. Color #ebe92d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101001 00101101
Octal 353 351 55
Decimal 235 233 45
Hex EB E9 2D

RGB Percentages of Color #ebe92d

%45.81
%45.42
%8.77

CMYK Percentages of Color #ebe92d

%0
%1
%81
%8

Triadic Colors of #ebe92d

#ebe92d #2debe9 #e92deb

Analogous Colors of #ebe92d

#ebe92d #8eeb2d #eb8a2d

Monochromatic Colors of #ebe92d

#ebe92d

Complementary Color

#ebe92d #2d2feb

#ebe92d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe92d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe92d Color CSS Codes

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

#ebe92d Text Font Color

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

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


#ebe92d Background Color

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

This div background color is #ebe92d


#ebe92d Border Color

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

This div border color is #ebe92d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe92d


Comments

No comments written yet.

Please login to write comment.