Color Hex Logo

#d0fec4 Color Hex

#D0FEC4
(208,254,196)
0 Favorites   0 Comments

Color spaces of #d0fec4

RGB 208254196
HSL0.300.970.88
HSV108°23°100°
CMYK 0.180.000.23   0.00
XYZ71.418088.279065.5000
Yxy88.27900.31710.3920
Hunter Lab93.9569-28.744224.4371
CIE-Lab95.2783-25.085923.0262

#d0fec4 color RGB value is (208,254,196).

#d0fec4 hex color red value is 208, green value is 254 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #d0fec4 hue: 0.30 , saturation: 0.97 and the lightness value of d0fec4 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111110 11000100
Octal 320 376 304
Decimal 208 254 196
Hex D0 FE C4

RGB Percentages of Color #d0fec4

%31.61
%38.60
%29.79

CMYK Percentages of Color #d0fec4

%18
%0
%23
%0

Triadic Colors of #d0fec4

#d0fec4 #c4d0fe #fec4d0

Analogous Colors of #d0fec4

#d0fec4 #c4fed5 #edfec4

Monochromatic Colors of #d0fec4

#d0fec4

Complementary Color

#d0fec4 #f2c4fe

#d0fec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0fec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0fec4 Color CSS Codes

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

#d0fec4 Text Font Color

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

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


#d0fec4 Background Color

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

This div background color is #d0fec4


#d0fec4 Border Color

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

This div border color is #d0fec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0fec4

Related Colors


Comments

No comments written yet.

Please login to write comment.