Color Hex Logo

#ebcfae Color Hex

#EBCFAE
(235,207,174)
0 Favorites   0 Comments

Color spaces of #ebcfae

RGB 235207174
HSL0.090.600.80
HSV32°26°92°
CMYK 0.000.120.26   0.08
XYZ64.213865.343849.2726
Yxy65.34380.35910.3654
Hunter Lab80.83550.334020.4451
CIE-Lab84.66064.850920.0044

#ebcfae color RGB value is (235,207,174).

#ebcfae hex color red value is 235, green value is 207 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ebcfae hue: 0.09 , saturation: 0.60 and the lightness value of ebcfae is 0.80.

The process color (four color CMYK) of #ebcfae color hex is 0.00, 0.12, 0.26, 0.08. Web safe color of #ebcfae is #ffcc99. Color #ebcfae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001111 10101110
Octal 353 317 256
Decimal 235 207 174
Hex EB CF AE

RGB Percentages of Color #ebcfae

%38.15
%33.60
%28.25

CMYK Percentages of Color #ebcfae

%0
%12
%26
%8

Triadic Colors of #ebcfae

#ebcfae #aeebcf #cfaeeb

Analogous Colors of #ebcfae

#ebcfae #e9ebae #ebb1ae

Monochromatic Colors of #ebcfae

#ebcfae

Complementary Color

#ebcfae #aecaeb

#ebcfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcfae Color CSS Codes

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

#ebcfae Text Font Color

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

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


#ebcfae Background Color

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

This div background color is #ebcfae


#ebcfae Border Color

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

This div border color is #ebcfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcfae


Comments

No comments written yet.

Please login to write comment.