Color Hex Logo

#ebd270 Color Hex

#EBD270
(235,210,112)
0 Favorites   0 Comments

Color spaces of #ebd270

RGB 235210112
HSL0.130.750.68
HSV48°52°92°
CMYK 0.000.110.52   0.08
XYZ60.232264.925224.6865
Yxy64.92520.40200.4333
Hunter Lab80.5762-7.576238.2384
CIE-Lab84.4452-3.482751.2272

#ebd270 color RGB value is (235,210,112).

#ebd270 hex color red value is 235, green value is 210 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ebd270 hue: 0.13 , saturation: 0.75 and the lightness value of ebd270 is 0.68.

The process color (four color CMYK) of #ebd270 color hex is 0.00, 0.11, 0.52, 0.08. Web safe color of #ebd270 is #ffcc66. Color #ebd270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 01110000
Octal 353 322 160
Decimal 235 210 112
Hex EB D2 70

RGB Percentages of Color #ebd270

%42.19
%37.70
%20.11

CMYK Percentages of Color #ebd270

%0
%11
%52
%8

Triadic Colors of #ebd270

#ebd270 #70ebd2 #d270eb

Analogous Colors of #ebd270

#ebd270 #c7eb70 #eb9570

Monochromatic Colors of #ebd270

#ebd270

Complementary Color

#ebd270 #7089eb

#ebd270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd270 Color CSS Codes

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

#ebd270 Text Font Color

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

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


#ebd270 Background Color

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

This div background color is #ebd270


#ebd270 Border Color

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

This div border color is #ebd270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd270


Comments

No comments written yet.

Please login to write comment.