Color Hex Logo

#ebee1d Color Hex

#EBEE1D
(235,238,29)
0 Favorites   0 Comments

Color spaces of #ebee1d

RGB 23523829
HSL0.170.860.52
HSV61°88°93°
CMYK 0.010.000.88   0.07
XYZ65.057378.899912.9627
Yxy78.89990.41460.5028
Hunter Lab88.8256-24.708653.5255
CIE-Lab91.1890-21.376186.4207

#ebee1d color RGB value is (235,238,29).

#ebee1d hex color red value is 235, green value is 238 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ebee1d hue: 0.17 , saturation: 0.86 and the lightness value of ebee1d is 0.52.

The process color (four color CMYK) of #ebee1d color hex is 0.01, 0.00, 0.88, 0.07. Web safe color of #ebee1d is #ffff33. Color #ebee1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 00011101
Octal 353 356 35
Decimal 235 238 29
Hex EB EE 1D

RGB Percentages of Color #ebee1d

%46.81
%47.41
%5.78

CMYK Percentages of Color #ebee1d

%1
%0
%88
%7

Triadic Colors of #ebee1d

#ebee1d #1debee #ee1deb

Analogous Colors of #ebee1d

#ebee1d #83ee1d #ee891d

Monochromatic Colors of #ebee1d

#ebee1d

Complementary Color

#ebee1d #201dee

#ebee1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebee1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebee1d Color CSS Codes

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

#ebee1d Text Font Color

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

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


#ebee1d Background Color

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

This div background color is #ebee1d


#ebee1d Border Color

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

This div border color is #ebee1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebee1d


Comments

No comments written yet.

Please login to write comment.