Color Hex Logo

#ef1dcc Color Hex

#EF1DCC
(239,29,204)
0 Favorites   0 Comments

Color spaces of #ef1dcc

RGB 23929204
HSL0.860.870.53
HSV310°88°94°
CMYK 0.000.880.15   0.06
XYZ46.935123.589159.2061
Yxy23.58910.36180.1818
Hunter Lab48.568687.5014-38.2777
CIE-Lab55.674086.2659-39.6662

#ef1dcc color RGB value is (239,29,204).

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

The process color (four color CMYK) of #ef1dcc color hex is 0.00, 0.88, 0.15, 0.06. Web safe color of #ef1dcc is #ff33cc. Color #ef1dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011101 11001100
Octal 357 35 314
Decimal 239 29 204
Hex EF 1D CC

RGB Percentages of Color #ef1dcc

%50.64
%6.14
%43.22

CMYK Percentages of Color #ef1dcc

%0
%88
%15
%6

Triadic Colors of #ef1dcc

#ef1dcc #ccef1d #1dccef

Analogous Colors of #ef1dcc

#ef1dcc #ef1d63 #a91def

Monochromatic Colors of #ef1dcc

#ef1dcc

Complementary Color

#ef1dcc #1def40

#ef1dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1dcc Color CSS Codes

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

#ef1dcc Text Font Color

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

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


#ef1dcc Background Color

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

This div background color is #ef1dcc


#ef1dcc Border Color

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

This div border color is #ef1dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1dcc


Comments

No comments written yet.

Please login to write comment.