Color Hex Logo

#ebedaf Color Hex

#EBEDAF
(235,237,175)
0 Favorites   0 Comments

Color spaces of #ebedaf

RGB 235237175
HSL0.170.630.81
HSV62°26°93°
CMYK 0.010.000.26   0.07
XYZ72.283081.325752.4451
Yxy81.32570.35080.3947
Hunter Lab90.1808-14.742428.6461
CIE-Lab92.2764-10.319029.9080

#ebedaf color RGB value is (235,237,175).

#ebedaf hex color red value is 235, green value is 237 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ebedaf hue: 0.17 , saturation: 0.63 and the lightness value of ebedaf is 0.81.

The process color (four color CMYK) of #ebedaf color hex is 0.01, 0.00, 0.26, 0.07. Web safe color of #ebedaf is #ffff99. Color #ebedaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 10101111
Octal 353 355 257
Decimal 235 237 175
Hex EB ED AF

RGB Percentages of Color #ebedaf

%36.32
%36.63
%27.05

CMYK Percentages of Color #ebedaf

%1
%0
%26
%7

Triadic Colors of #ebedaf

#ebedaf #afebed #edafeb

Analogous Colors of #ebedaf

#ebedaf #ccedaf #edd0af

Monochromatic Colors of #ebedaf

#ebedaf

Complementary Color

#ebedaf #b1afed

#ebedaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebedaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebedaf Color CSS Codes

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

#ebedaf Text Font Color

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

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


#ebedaf Background Color

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

This div background color is #ebedaf


#ebedaf Border Color

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

This div border color is #ebedaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebedaf


Comments

No comments written yet.

Please login to write comment.