Color Hex Logo

#ebe37d Color Hex

#EBE37D
(235,227,125)
0 Favorites   0 Comments

Color spaces of #ebe37d

RGB 235227125
HSL0.150.730.71
HSV56°47°92°
CMYK 0.000.030.47   0.08
XYZ65.431774.081030.2525
Yxy74.08100.38540.4364
Hunter Lab86.0703-14.925239.4096
CIE-Lab88.9608-10.928050.4608

#ebe37d color RGB value is (235,227,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100011 01111101
Octal 353 343 175
Decimal 235 227 125
Hex EB E3 7D

RGB Percentages of Color #ebe37d

%40.03
%38.67
%21.29

CMYK Percentages of Color #ebe37d

%0
%3
%47
%8

Triadic Colors of #ebe37d

#ebe37d #7debe3 #e37deb

Analogous Colors of #ebe37d

#ebe37d #bceb7d #ebac7d

Monochromatic Colors of #ebe37d

#ebe37d

Complementary Color

#ebe37d #7d85eb

#ebe37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe37d Color CSS Codes

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

#ebe37d Text Font Color

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

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


#ebe37d Background Color

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

This div background color is #ebe37d


#ebe37d Border Color

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

This div border color is #ebe37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe37d


Comments

No comments written yet.

Please login to write comment.