Color Hex Logo

#efcbdb Color Hex

#EFCBDB
(239,203,219)
0 Favorites   0 Comments

Color spaces of #efcbdb

RGB 239203219
HSL0.930.530.87
HSV333°15°94°
CMYK 0.000.150.08   0.06
XYZ69.738766.177176.1157
Yxy66.17710.32890.3121
Hunter Lab81.349310.66221.4689
CIE-Lab85.086715.2524-3.2139

#efcbdb color RGB value is (239,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 11011011
Octal 357 313 333
Decimal 239 203 219
Hex EF CB DB

RGB Percentages of Color #efcbdb

%36.16
%30.71
%33.13

CMYK Percentages of Color #efcbdb

%0
%15
%8
%6

Triadic Colors of #efcbdb

#efcbdb #dbefcb #cbdbef

Analogous Colors of #efcbdb

#efcbdb #efcdcb #efcbed

Monochromatic Colors of #efcbdb

#efcbdb

Complementary Color

#efcbdb #cbefdf

#efcbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbdb Color CSS Codes

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

#efcbdb Text Font Color

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

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


#efcbdb Background Color

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

This div background color is #efcbdb


#efcbdb Border Color

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

This div border color is #efcbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbdb


Comments

No comments written yet.

Please login to write comment.