Color Hex Logo

#d8fece Color Hex

#D8FECE
(216,254,206)
0 Favorites   0 Comments

Color spaces of #d8fece

RGB 216254206
HSL0.300.960.90
HSV108°19°100°
CMYK 0.150.000.19   0.00
XYZ74.901389.938871.8047
Yxy89.93880.31650.3801
Hunter Lab94.8361-24.984221.4941
CIE-Lab95.9714-20.800118.9693

#d8fece color RGB value is (216,254,206).

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

The process color (four color CMYK) of #d8fece color hex is 0.15, 0.00, 0.19, 0.00. Web safe color of #d8fece is #ccffcc. Color #d8fece contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111110 11001110
Octal 330 376 316
Decimal 216 254 206
Hex D8 FE CE

RGB Percentages of Color #d8fece

%31.95
%37.57
%30.47

CMYK Percentages of Color #d8fece

%15
%0
%19
%0

Triadic Colors of #d8fece

#d8fece #ced8fe #feced8

Analogous Colors of #d8fece

#d8fece #cefedc #f0fece

Monochromatic Colors of #d8fece

#d8fece

Complementary Color

#d8fece #f4cefe

#d8fece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8fece Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8fece Color CSS Codes

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

#d8fece Text Font Color

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

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


#d8fece Background Color

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

This div background color is #d8fece


#d8fece Border Color

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

This div border color is #d8fece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,254,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8fece

Related Colors


Comments

No comments written yet.

Please login to write comment.