Color Hex Logo

#efcbbe Color Hex

#EFCBBE
(239,203,190)
0 Favorites   0 Comments

Color spaces of #efcbbe

RGB 239203190
HSL0.040.600.84
HSV16°21°94°
CMYK 0.000.150.21   0.06
XYZ66.246864.780357.7275
Yxy64.78030.35100.3432
Hunter Lab80.48626.069413.8155
CIE-Lab84.370410.683711.1807

#efcbbe color RGB value is (239,203,190).

#efcbbe hex color red value is 239, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #efcbbe hue: 0.04 , saturation: 0.60 and the lightness value of efcbbe is 0.84.

The process color (four color CMYK) of #efcbbe color hex is 0.00, 0.15, 0.21, 0.06. Web safe color of #efcbbe is #ffcccc. Color #efcbbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 10111110
Octal 357 313 276
Decimal 239 203 190
Hex EF CB BE

RGB Percentages of Color #efcbbe

%37.82
%32.12
%30.06

CMYK Percentages of Color #efcbbe

%0
%15
%21
%6

Triadic Colors of #efcbbe

#efcbbe #beefcb #cbbeef

Analogous Colors of #efcbbe

#efcbbe #efe4be #efbeca

Monochromatic Colors of #efcbbe

#efcbbe

Complementary Color

#efcbbe #bee2ef

#efcbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbbe Color CSS Codes

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

#efcbbe Text Font Color

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

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


#efcbbe Background Color

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

This div background color is #efcbbe


#efcbbe Border Color

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

This div border color is #efcbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbbe

#efcbbe Color Palettes


Comments

No comments written yet.

Please login to write comment.