Color Hex Logo

#efcdd5 Color Hex

#EFCDD5
(239,205,213)
0 Favorites   0 Comments

Color spaces of #efcdd5

RGB 239205213
HSL0.960.520.87
HSV346°14°94°
CMYK 0.000.140.11   0.06
XYZ69.438266.817572.1881
Yxy66.81750.33310.3206
Hunter Lab81.74208.58384.8591
CIE-Lab85.411713.20280.4536

#efcdd5 color RGB value is (239,205,213).

#efcdd5 hex color red value is 239, green value is 205 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #efcdd5 hue: 0.96 , saturation: 0.52 and the lightness value of efcdd5 is 0.87.

The process color (four color CMYK) of #efcdd5 color hex is 0.00, 0.14, 0.11, 0.06. Web safe color of #efcdd5 is #ffcccc. Color #efcdd5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 11010101
Octal 357 315 325
Decimal 239 205 213
Hex EF CD D5

RGB Percentages of Color #efcdd5

%36.38
%31.20
%32.42

CMYK Percentages of Color #efcdd5

%0
%14
%11
%6

Triadic Colors of #efcdd5

#efcdd5 #d5efcd #cdd5ef

Analogous Colors of #efcdd5

#efcdd5 #efd6cd #efcde6

Monochromatic Colors of #efcdd5

#efcdd5

Complementary Color

#efcdd5 #cdefe7

#efcdd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcdd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcdd5 Color CSS Codes

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

#efcdd5 Text Font Color

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

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


#efcdd5 Background Color

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

This div background color is #efcdd5


#efcdd5 Border Color

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

This div border color is #efcdd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcdd5


Comments

No comments written yet.

Please login to write comment.