Color Hex Logo

#ebaf98 Color Hex

#EBAF98
(235,175,152)
0 Favorites   0 Comments

Color spaces of #ebaf98

RGB 235175152
HSL0.050.670.76
HSV17°35°92°
CMYK 0.000.260.35   0.08
XYZ55.258450.589136.5580
Yxy50.58910.38800.3552
Hunter Lab71.126014.207619.3138
CIE-Lab76.429418.905220.3538

#ebaf98 color RGB value is (235,175,152).

#ebaf98 hex color red value is 235, green value is 175 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ebaf98 hue: 0.05 , saturation: 0.67 and the lightness value of ebaf98 is 0.76.

The process color (four color CMYK) of #ebaf98 color hex is 0.00, 0.26, 0.35, 0.08. Web safe color of #ebaf98 is #ff9999. Color #ebaf98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 10011000
Octal 353 257 230
Decimal 235 175 152
Hex EB AF 98

RGB Percentages of Color #ebaf98

%41.81
%31.14
%27.05

CMYK Percentages of Color #ebaf98

%0
%26
%35
%8

Triadic Colors of #ebaf98

#ebaf98 #98ebaf #af98eb

Analogous Colors of #ebaf98

#ebaf98 #ebd998 #eb98ab

Monochromatic Colors of #ebaf98

#ebaf98

Complementary Color

#ebaf98 #98d4eb

#ebaf98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaf98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaf98 Color CSS Codes

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

#ebaf98 Text Font Color

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

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


#ebaf98 Background Color

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

This div background color is #ebaf98


#ebaf98 Border Color

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

This div border color is #ebaf98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaf98

#ebaf98 Color Palettes


Comments

No comments written yet.

Please login to write comment.