Color Hex Logo

#ebec70 Color Hex

#EBEC70
(235,236,112)
0 Favorites   0 Comments

Color spaces of #ebec70

RGB 235236112
HSL0.170.770.68
HSV60°53°93°
CMYK 0.000.000.53   0.07
XYZ67.181078.822927.0028
Yxy78.82290.38830.4556
Hunter Lab88.7823-20.299144.1147
CIE-Lab91.1541-16.482359.0935

#ebec70 color RGB value is (235,236,112).

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

The process color (four color CMYK) of #ebec70 color hex is 0.00, 0.00, 0.53, 0.07. Web safe color of #ebec70 is #ffff66. Color #ebec70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101100 01110000
Octal 353 354 160
Decimal 235 236 112
Hex EB EC 70

RGB Percentages of Color #ebec70

%40.31
%40.48
%19.21

CMYK Percentages of Color #ebec70

%0
%0
%53
%7

Triadic Colors of #ebec70

#ebec70 #70ebec #ec70eb

Analogous Colors of #ebec70

#ebec70 #adec70 #ecaf70

Monochromatic Colors of #ebec70

#ebec70

Complementary Color

#ebec70 #7170ec

#ebec70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebec70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebec70 Color CSS Codes

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

#ebec70 Text Font Color

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

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


#ebec70 Background Color

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

This div background color is #ebec70


#ebec70 Border Color

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

This div border color is #ebec70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebec70


Comments

No comments written yet.

Please login to write comment.