Color Hex Logo

#feebfd Color Hex

#FEEBFD
(254,235,253)
0 Favorites   0 Comments

Color spaces of #feebfd

RGB 254235253
HSL0.840.900.96
HSV303°100°
CMYK 0.000.070.00   0.00
XYZ88.311087.5793105.1785
Yxy87.57930.31420.3116
Hunter Lab93.58384.6711-1.1271
CIE-Lab94.98359.5205-6.3547

#feebfd color RGB value is (254,235,253).

#feebfd hex color red value is 254, green value is 235 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #feebfd hue: 0.84 , saturation: 0.90 and the lightness value of feebfd is 0.96.

The process color (four color CMYK) of #feebfd color hex is 0.00, 0.07, 0.00, 0.00. Web safe color of #feebfd is #ffffff. Color #feebfd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 11111101
Octal 376 353 375
Decimal 254 235 253
Hex FE EB FD

RGB Percentages of Color #feebfd

%34.23
%31.67
%34.10

CMYK Percentages of Color #feebfd

%0
%7
%0
%0

Triadic Colors of #feebfd

#feebfd #fdfeeb #ebfdfe

Analogous Colors of #feebfd

#feebfd #feebf4 #f6ebfe

Monochromatic Colors of #feebfd

#feebfd

Complementary Color

#feebfd #ebfeec

#feebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebfd Color CSS Codes

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

#feebfd Text Font Color

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

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


#feebfd Background Color

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

This div background color is #feebfd


#feebfd Border Color

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

This div border color is #feebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebfd

Related Colors


Comments

No comments written yet.

Please login to write comment.