Color Hex Logo

#efcbd2 Color Hex

#EFCBD2
(239,203,210)
0 Favorites   0 Comments

Color spaces of #efcbd2

RGB 239203210
HSL0.970.530.87
HSV348°15°94°
CMYK 0.000.150.12   0.06
XYZ68.585465.715770.0423
Yxy65.71570.33560.3216
Hunter Lab81.06529.15625.5177
CIE-Lab84.851213.76761.2326

#efcbd2 color RGB value is (239,203,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 11010010
Octal 357 313 322
Decimal 239 203 210
Hex EF CB D2

RGB Percentages of Color #efcbd2

%36.66
%31.13
%32.21

CMYK Percentages of Color #efcbd2

%0
%15
%12
%6

Triadic Colors of #efcbd2

#efcbd2 #d2efcb #cbd2ef

Analogous Colors of #efcbd2

#efcbd2 #efd6cb #efcbe4

Monochromatic Colors of #efcbd2

#efcbd2

Complementary Color

#efcbd2 #cbefe8

#efcbd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbd2 Color CSS Codes

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

#efcbd2 Text Font Color

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

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


#efcbd2 Background Color

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

This div background color is #efcbd2


#efcbd2 Border Color

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

This div border color is #efcbd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbd2


Comments

No comments written yet.

Please login to write comment.