Color Hex Logo

#ebcf93 Color Hex

#EBCF93
(235,207,147)
0 Favorites   0 Comments

Color spaces of #ebcf93

RGB 235207147
HSL0.110.690.75
HSV41°37°92°
CMYK 0.000.120.37   0.08
XYZ61.840264.394436.7738
Yxy64.39440.37940.3950
Hunter Lab80.2461-2.873029.0019
CIE-Lab84.17071.488733.4279

#ebcf93 color RGB value is (235,207,147).

#ebcf93 hex color red value is 235, green value is 207 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ebcf93 hue: 0.11 , saturation: 0.69 and the lightness value of ebcf93 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001111 10010011
Octal 353 317 223
Decimal 235 207 147
Hex EB CF 93

RGB Percentages of Color #ebcf93

%39.90
%35.14
%24.96

CMYK Percentages of Color #ebcf93

%0
%12
%37
%8

Triadic Colors of #ebcf93

#ebcf93 #93ebcf #cf93eb

Analogous Colors of #ebcf93

#ebcf93 #dbeb93 #eba393

Monochromatic Colors of #ebcf93

#ebcf93

Complementary Color

#ebcf93 #93afeb

#ebcf93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcf93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcf93 Color CSS Codes

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

#ebcf93 Text Font Color

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

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


#ebcf93 Background Color

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

This div background color is #ebcf93


#ebcf93 Border Color

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

This div border color is #ebcf93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcf93


Comments

No comments written yet.

Please login to write comment.