Color Hex Logo

#ef9cfd Color Hex

#EF9CFD
(239,156,253)
0 Favorites   0 Comments

Color spaces of #ef9cfd

RGB 239156253
HSL0.810.960.80
HSV291°38°99°
CMYK 0.060.380.00   0.01
XYZ65.214749.219598.9916
Yxy49.21950.30560.2306
Hunter Lab70.156643.1522-34.5491
CIE-Lab75.587746.2260-35.8407

#ef9cfd color RGB value is (239,156,253).

#ef9cfd hex color red value is 239, green value is 156 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ef9cfd hue: 0.81 , saturation: 0.96 and the lightness value of ef9cfd is 0.80.

The process color (four color CMYK) of #ef9cfd color hex is 0.06, 0.38, 0.00, 0.01. Web safe color of #ef9cfd is #ff99ff. Color #ef9cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011100 11111101
Octal 357 234 375
Decimal 239 156 253
Hex EF 9C FD

RGB Percentages of Color #ef9cfd

%36.88
%24.07
%39.04

CMYK Percentages of Color #ef9cfd

%6
%38
%0
%1

Triadic Colors of #ef9cfd

#ef9cfd #fdef9c #9cfdef

Analogous Colors of #ef9cfd

#ef9cfd #fd9cdb #bf9cfd

Monochromatic Colors of #ef9cfd

#ef9cfd

Complementary Color

#ef9cfd #aafd9c

#ef9cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9cfd Color CSS Codes

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

#ef9cfd Text Font Color

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

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


#ef9cfd Background Color

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

This div background color is #ef9cfd


#ef9cfd Border Color

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

This div border color is #ef9cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9cfd


Comments

No comments written yet.

Please login to write comment.