Color Hex Logo

#d1fece Color Hex

#D1FECE
(209,254,206)
0 Favorites   0 Comments

Color spaces of #d1fece

RGB 209254206
HSL0.320.960.90
HSV116°19°100°
CMYK 0.180.000.19   0.00
XYZ72.876988.895271.7100
Yxy88.89520.31210.3807
Hunter Lab94.2843-27.026120.9046
CIE-Lab95.5366-23.124918.2962

#d1fece color RGB value is (209,254,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111110 11001110
Octal 321 376 316
Decimal 209 254 206
Hex D1 FE CE

RGB Percentages of Color #d1fece

%31.24
%37.97
%30.79

CMYK Percentages of Color #d1fece

%18
%0
%19
%0

Triadic Colors of #d1fece

#d1fece #ced1fe #feced1

Analogous Colors of #d1fece

#d1fece #cefee3 #e9fece

Monochromatic Colors of #d1fece

#d1fece

Complementary Color

#d1fece #fbcefe

#d1fece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1fece Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1fece Color CSS Codes

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

#d1fece Text Font Color

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

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


#d1fece Background Color

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

This div background color is #d1fece


#d1fece Border Color

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

This div border color is #d1fece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1fece

Related Colors


Comments

No comments written yet.

Please login to write comment.