Color Hex Logo

#f8cefd Color Hex

#F8CEFD
(248,206,253)
0 Favorites   0 Comments

Color spaces of #f8cefd

RGB 248206253
HSL0.820.920.90
HSV294°19°99°
CMYK 0.020.190.00   0.01
XYZ78.512371.1909102.5317
Yxy71.19090.31130.2822
Hunter Lab84.374718.4420-12.9866
CIE-Lab87.577722.6852-17.4509

#f8cefd color RGB value is (248,206,253).

#f8cefd hex color red value is 248, green value is 206 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f8cefd hue: 0.82 , saturation: 0.92 and the lightness value of f8cefd is 0.90.

The process color (four color CMYK) of #f8cefd color hex is 0.02, 0.19, 0.00, 0.01. Web safe color of #f8cefd is #ffccff. Color #f8cefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11001110 11111101
Octal 370 316 375
Decimal 248 206 253
Hex F8 CE FD

RGB Percentages of Color #f8cefd

%35.08
%29.14
%35.79

CMYK Percentages of Color #f8cefd

%2
%19
%0
%1

Triadic Colors of #f8cefd

#f8cefd #fdf8ce #cefdf8

Analogous Colors of #f8cefd

#f8cefd #fdceeb #e1cefd

Monochromatic Colors of #f8cefd

#f8cefd

Complementary Color

#f8cefd #d3fdce

#f8cefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8cefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8cefd Color CSS Codes

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

#f8cefd Text Font Color

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

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


#f8cefd Background Color

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

This div background color is #f8cefd


#f8cefd Border Color

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

This div border color is #f8cefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8cefd


Comments

No comments written yet.

Please login to write comment.