Color Hex Logo

#fd0ebc Color Hex

#FD0EBC
(253,14,188)
0 Favorites   0 Comments

Color spaces of #fd0ebc

RGB 25314188
HSL0.880.980.52
HSV316°94°99°
CMYK 0.000.940.26   0.01
XYZ49.742224.827649.7474
Yxy24.82760.40010.1997
Hunter Lab49.827390.9974-24.3158
CIE-Lab56.907188.6778-28.3381

#fd0ebc color RGB value is (253,14,188).

#fd0ebc hex color red value is 253, green value is 14 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fd0ebc hue: 0.88 , saturation: 0.98 and the lightness value of fd0ebc is 0.52.

The process color (four color CMYK) of #fd0ebc color hex is 0.00, 0.94, 0.26, 0.01. Web safe color of #fd0ebc is #ff00cc. Color #fd0ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001110 10111100
Octal 375 16 274
Decimal 253 14 188
Hex FD E BC

RGB Percentages of Color #fd0ebc

%55.60
%3.08
%41.32

CMYK Percentages of Color #fd0ebc

%0
%94
%26
%1

Triadic Colors of #fd0ebc

#fd0ebc #bcfd0e #0ebcfd

Analogous Colors of #fd0ebc

#fd0ebc #fd0e45 #c70efd

Monochromatic Colors of #fd0ebc

#fd0ebc

Complementary Color

#fd0ebc #0efd4f

#fd0ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0ebc Color CSS Codes

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

#fd0ebc Text Font Color

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

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


#fd0ebc Background Color

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

This div background color is #fd0ebc


#fd0ebc Border Color

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

This div border color is #fd0ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0ebc


Comments

No comments written yet.

Please login to write comment.