color codes Logo

#ebe7be color codes

#EBE7BE
(235,231,190)
0 Favorites   0 Comments

Color spaces of #ebe7be

RGB 235231190
HSL0.150.530.83
HSV55°19°92°
CMYK 0.000.020.19   0.08
XYZ72.131178.531760.0716
Yxy78.53170.34230.3727
Hunter Lab88.6181-9.790821.8417
CIE-Lab91.0220-5.231820.4870

#ebe7be color RGB value is (235,231,190).

#ebe7be hex color red value is 235, green value is 231 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ebe7be hue: 0.15 , saturation: 0.53 and the lightness value of ebe7be is 0.83.

The process color (four color CMYK) of #ebe7be color code is 0.00, 0.02, 0.19, 0.08. Web safe color of #ebe7be is #ffffcc. Color #ebe7be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100111 10111110
Octal 353 347 276
Decimal 235 231 190
Hex EB E7 BE

RGB Percentages of Color #ebe7be

%35.82
%35.21
%28.96

CMYK Percentages of Color #ebe7be

%0
%2
%19
%8

Triadic Colors of #ebe7be

#ebe7be #beebe7 #e7beeb

Analogous Colors of #ebe7be

#ebe7be #d9ebbe #ebd1be

Monochromatic Colors of #ebe7be

#ebe7be

Complementary Color

#ebe7be #bec2eb

#ebe7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe7be Color CSS Codes

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

#ebe7be Text Font Color

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

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


#ebe7be Background Color

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

This div background color is #ebe7be


#ebe7be Border Color

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

This div border color is #ebe7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe7be


Comments

No comments written yet.

Please login to write comment.