Color Hex Logo

#ebdfbc Color Hex

#EBDFBC
(235,223,188)
0 Favorites   0 Comments

Color spaces of #ebdfbc

RGB 235223188
HSL0.120.540.83
HSV45°20°92°
CMYK 0.000.050.20   0.08
XYZ69.725774.068458.1986
Yxy74.06840.34520.3667
Hunter Lab86.0630-5.994820.1503
CIE-Lab88.9548-1.448518.6457

#ebdfbc color RGB value is (235,223,188).

#ebdfbc hex color red value is 235, green value is 223 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ebdfbc hue: 0.12 , saturation: 0.54 and the lightness value of ebdfbc is 0.83.

The process color (four color CMYK) of #ebdfbc color hex is 0.00, 0.05, 0.20, 0.08. Web safe color of #ebdfbc is #ffcccc. Color #ebdfbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 10111100
Octal 353 337 274
Decimal 235 223 188
Hex EB DF BC

RGB Percentages of Color #ebdfbc

%36.38
%34.52
%29.10

CMYK Percentages of Color #ebdfbc

%0
%5
%20
%8

Triadic Colors of #ebdfbc

#ebdfbc #bcebdf #dfbceb

Analogous Colors of #ebdfbc

#ebdfbc #e0ebbc #ebc8bc

Monochromatic Colors of #ebdfbc

#ebdfbc

Complementary Color

#ebdfbc #bcc8eb

#ebdfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdfbc Color CSS Codes

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

#ebdfbc Text Font Color

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

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


#ebdfbc Background Color

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

This div background color is #ebdfbc


#ebdfbc Border Color

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

This div border color is #ebdfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdfbc


Comments

No comments written yet.

Please login to write comment.