Color Hex Logo

#d8efc4 Color Hex

#D8EFC4
(216,239,196)
0 Favorites   0 Comments

Color spaces of #d8efc4

RGB 216239196
HSL0.260.570.85
HSV92°18°94°
CMYK 0.100.000.18   0.06
XYZ69.149280.317564.0828
Yxy80.31750.32380.3761
Hunter Lab89.6200-19.107720.3387
CIE-Lab91.8271-15.075518.3025

#d8efc4 color RGB value is (216,239,196).

#d8efc4 hex color red value is 216, green value is 239 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #d8efc4 hue: 0.26 , saturation: 0.57 and the lightness value of d8efc4 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101111 11000100
Octal 330 357 304
Decimal 216 239 196
Hex D8 EF C4

RGB Percentages of Color #d8efc4

%33.18
%36.71
%30.11

CMYK Percentages of Color #d8efc4

%10
%0
%18
%6

Triadic Colors of #d8efc4

#d8efc4 #c4d8ef #efc4d8

Analogous Colors of #d8efc4

#d8efc4 #c4efc6 #eeefc4

Monochromatic Colors of #d8efc4

#d8efc4

Complementary Color

#d8efc4 #dbc4ef

#d8efc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8efc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8efc4 Color CSS Codes

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

#d8efc4 Text Font Color

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

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


#d8efc4 Background Color

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

This div background color is #d8efc4


#d8efc4 Border Color

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

This div border color is #d8efc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8efc4


Comments

No comments written yet.

Please login to write comment.