Color Hex Logo

#efcbeb Color Hex

#EFCBEB
(239,203,235)
0 Favorites   0 Comments

Color spaces of #efcbeb

RGB 239203235
HSL0.850.530.87
HSV307°15°94°
CMYK 0.000.150.02   0.06
XYZ71.947967.060887.7492
Yxy67.06080.31730.2957
Hunter Lab81.890713.5188-6.2082
CIE-Lab85.534618.0341-11.0594

#efcbeb color RGB value is (239,203,235).

#efcbeb hex color red value is 239, green value is 203 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #efcbeb hue: 0.85 , saturation: 0.53 and the lightness value of efcbeb is 0.87.

The process color (four color CMYK) of #efcbeb color hex is 0.00, 0.15, 0.02, 0.06. Web safe color of #efcbeb is #ffccff. Color #efcbeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 11101011
Octal 357 313 353
Decimal 239 203 235
Hex EF CB EB

RGB Percentages of Color #efcbeb

%35.30
%29.99
%34.71

CMYK Percentages of Color #efcbeb

%0
%15
%2
%6

Triadic Colors of #efcbeb

#efcbeb #ebefcb #cbebef

Analogous Colors of #efcbeb

#efcbeb #efcbd9 #e1cbef

Monochromatic Colors of #efcbeb

#efcbeb

Complementary Color

#efcbeb #cbefcf

#efcbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbeb Color CSS Codes

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

#efcbeb Text Font Color

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

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


#efcbeb Background Color

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

This div background color is #efcbeb


#efcbeb Border Color

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

This div border color is #efcbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbeb


Comments

No comments written yet.

Please login to write comment.