Color Hex Logo

#ebdf7d Color Hex

#EBDF7D
(235,223,125)
0 Favorites   0 Comments

Color spaces of #ebdf7d

RGB 235223125
HSL0.150.730.71
HSV53°47°92°
CMYK 0.000.050.47   0.08
XYZ64.350371.918229.8920
Yxy71.91820.38730.4328
Hunter Lab84.8046-12.961038.4646
CIE-Lab87.9292-8.927449.2028

#ebdf7d color RGB value is (235,223,125).

#ebdf7d hex color red value is 235, green value is 223 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ebdf7d hue: 0.15 , saturation: 0.73 and the lightness value of ebdf7d is 0.71.

The process color (four color CMYK) of #ebdf7d color hex is 0.00, 0.05, 0.47, 0.08. Web safe color of #ebdf7d is #ffcc66. Color #ebdf7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 01111101
Octal 353 337 175
Decimal 235 223 125
Hex EB DF 7D

RGB Percentages of Color #ebdf7d

%40.31
%38.25
%21.44

CMYK Percentages of Color #ebdf7d

%0
%5
%47
%8

Triadic Colors of #ebdf7d

#ebdf7d #7debdf #df7deb

Analogous Colors of #ebdf7d

#ebdf7d #c0eb7d #eba87d

Monochromatic Colors of #ebdf7d

#ebdf7d

Complementary Color

#ebdf7d #7d89eb

#ebdf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf7d Color CSS Codes

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

#ebdf7d Text Font Color

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

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


#ebdf7d Background Color

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

This div background color is #ebdf7d


#ebdf7d Border Color

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

This div border color is #ebdf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdf7d


Comments

No comments written yet.

Please login to write comment.