Color Hex Logo

#ef99cc Color Hex

#EF99CC
(239,153,204)
0 Favorites   0 Comments

Color spaces of #ef99cc

RGB 239153204
HSL0.900.730.77
HSV324°36°94°
CMYK 0.000.360.15   0.06
XYZ57.886945.492862.8568
Yxy45.49280.34820.2737
Hunter Lab67.448435.1613-8.0400
CIE-Lab73.215239.2742-12.7113

#ef99cc color RGB value is (239,153,204).

#ef99cc hex color red value is 239, green value is 153 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ef99cc hue: 0.90 , saturation: 0.73 and the lightness value of ef99cc is 0.77.

The process color (four color CMYK) of #ef99cc color hex is 0.00, 0.36, 0.15, 0.06. Web safe color of #ef99cc is #ff99cc. Color #ef99cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011001 11001100
Octal 357 231 314
Decimal 239 153 204
Hex EF 99 CC

RGB Percentages of Color #ef99cc

%40.10
%25.67
%34.23

CMYK Percentages of Color #ef99cc

%0
%36
%15
%6

Triadic Colors of #ef99cc

#ef99cc #ccef99 #99ccef

Analogous Colors of #ef99cc

#ef99cc #ef99a1 #e799ef

Monochromatic Colors of #ef99cc

#ef99cc

Complementary Color

#ef99cc #99efbc

#ef99cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef99cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef99cc Color CSS Codes

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

#ef99cc Text Font Color

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

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


#ef99cc Background Color

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

This div background color is #ef99cc


#ef99cc Border Color

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

This div border color is #ef99cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef99cc


Comments

No comments written yet.

Please login to write comment.