Color Hex Logo

#ebdfca Color Hex

#EBDFCA
(235,223,202)
0 Favorites   0 Comments

Color spaces of #ebdfca

RGB 235223202
HSL0.110.450.86
HSV38°14°92°
CMYK 0.000.050.14   0.08
XYZ71.309374.701866.5376
Yxy74.70180.33550.3515
Hunter Lab86.4302-3.981314.8572
CIE-Lab89.25310.654011.7512

#ebdfca color RGB value is (235,223,202).

#ebdfca hex color red value is 235, green value is 223 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ebdfca hue: 0.11 , saturation: 0.45 and the lightness value of ebdfca is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 11001010
Octal 353 337 312
Decimal 235 223 202
Hex EB DF CA

RGB Percentages of Color #ebdfca

%35.61
%33.79
%30.61

CMYK Percentages of Color #ebdfca

%0
%5
%14
%8

Triadic Colors of #ebdfca

#ebdfca #caebdf #dfcaeb

Analogous Colors of #ebdfca

#ebdfca #e7ebca #ebcfca

Monochromatic Colors of #ebdfca

#ebdfca

Complementary Color

#ebdfca #cad6eb

#ebdfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdfca Color CSS Codes

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

#ebdfca Text Font Color

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

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


#ebdfca Background Color

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

This div background color is #ebdfca


#ebdfca Border Color

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

This div border color is #ebdfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdfca


Comments

No comments written yet.

Please login to write comment.