Color Hex Logo

#ebe270 Color Hex

#EBE270
(235,226,112)
0 Favorites   0 Comments

Color spaces of #ebe270

RGB 235226112
HSL0.150.750.68
HSV56°52°92°
CMYK 0.000.040.52   0.08
XYZ64.381973.224726.0697
Yxy73.22470.39330.4474
Hunter Lab85.5714-15.450941.8371
CIE-Lab88.5548-11.551956.0763

#ebe270 color RGB value is (235,226,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100010 01110000
Octal 353 342 160
Decimal 235 226 112
Hex EB E2 70

RGB Percentages of Color #ebe270

%41.01
%39.44
%19.55

CMYK Percentages of Color #ebe270

%0
%4
%52
%8

Triadic Colors of #ebe270

#ebe270 #70ebe2 #e270eb

Analogous Colors of #ebe270

#ebe270 #b7eb70 #eba570

Monochromatic Colors of #ebe270

#ebe270

Complementary Color

#ebe270 #7079eb

#ebe270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe270 Color CSS Codes

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

#ebe270 Text Font Color

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

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


#ebe270 Background Color

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

This div background color is #ebe270


#ebe270 Border Color

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

This div border color is #ebe270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe270


Comments

No comments written yet.

Please login to write comment.