color codes Logo

#ebbebc color codes

#EBBEBC
(235,190,188)
0 Favorites   0 Comments

Color spaces of #ebbebc

RGB 235190188
HSL0.010.540.83
HSV20°92°
CMYK 0.000.190.20   0.08
XYZ61.751558.119955.5406
Yxy58.11990.35200.3313
Hunter Lab76.236411.171310.1709
CIE-Lab80.805415.78707.1046

#ebbebc color RGB value is (235,190,188).

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

The process color (four color CMYK) of #ebbebc color code is 0.00, 0.19, 0.20, 0.08. Web safe color of #ebbebc is #ffcccc. Color #ebbebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 10111100
Octal 353 276 274
Decimal 235 190 188
Hex EB BE BC

RGB Percentages of Color #ebbebc

%38.34
%31.00
%30.67

CMYK Percentages of Color #ebbebc

%0
%19
%20
%8

Triadic Colors of #ebbebc

#ebbebc #bcebbe #bebceb

Analogous Colors of #ebbebc

#ebbebc #ebd6bc #ebbcd2

Monochromatic Colors of #ebbebc

#ebbebc

Complementary Color

#ebbebc #bce9eb

#ebbebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbebc Color CSS Codes

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

#ebbebc Text Font Color

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

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


#ebbebc Background Color

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

This div background color is #ebbebc


#ebbebc Border Color

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

This div border color is #ebbebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,190,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 #ebbebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbebc


Comments

No comments written yet.

Please login to write comment.