Color Hex Logo

#ebdf98 Color Hex

#EBDF98
(235,223,152)
0 Favorites   0 Comments

Color spaces of #ebdf98

RGB 235223152
HSL0.140.670.76
HSV51°35°92°
CMYK 0.000.050.35   0.08
XYZ66.316172.704540.2439
Yxy72.70450.36990.4056
Hunter Lab85.2669-10.389331.7034
CIE-Lab88.3066-6.128136.3087

#ebdf98 color RGB value is (235,223,152).

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

The process color (four color CMYK) of #ebdf98 color hex is 0.00, 0.05, 0.35, 0.08. Web safe color of #ebdf98 is #ffcc99. Color #ebdf98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 10011000
Octal 353 337 230
Decimal 235 223 152
Hex EB DF 98

RGB Percentages of Color #ebdf98

%38.52
%36.56
%24.92

CMYK Percentages of Color #ebdf98

%0
%5
%35
%8

Triadic Colors of #ebdf98

#ebdf98 #98ebdf #df98eb

Analogous Colors of #ebdf98

#ebdf98 #ceeb98 #ebb698

Monochromatic Colors of #ebdf98

#ebdf98

Complementary Color

#ebdf98 #98a4eb

#ebdf98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf98 Color CSS Codes

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

#ebdf98 Text Font Color

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

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


#ebdf98 Background Color

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

This div background color is #ebdf98


#ebdf98 Border Color

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

This div border color is #ebdf98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdf98


Comments

No comments written yet.

Please login to write comment.