Color Hex Logo

#d8ffca Color Hex

#D8FFCA
(216,255,202)
0 Favorites   0 Comments

Color spaces of #d8ffca

RGB 216255202
HSL0.291.000.90
HSV104°21°100°
CMYK 0.150.000.21   0.00
XYZ74.739690.383269.3836
Yxy90.38320.31870.3854
Hunter Lab95.0701-26.044423.2783
CIE-Lab96.1555-21.926321.2657

#d8ffca color RGB value is (216,255,202).

#d8ffca hex color red value is 216, green value is 255 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d8ffca hue: 0.29 , saturation: 1.00 and the lightness value of d8ffca is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111111 11001010
Octal 330 377 312
Decimal 216 255 202
Hex D8 FF CA

RGB Percentages of Color #d8ffca

%32.10
%37.89
%30.01

CMYK Percentages of Color #d8ffca

%15
%0
%21
%0

Triadic Colors of #d8ffca

#d8ffca #cad8ff #ffcad8

Analogous Colors of #d8ffca

#d8ffca #caffd7 #f3ffca

Monochromatic Colors of #d8ffca

#d8ffca

Complementary Color

#d8ffca #f1caff

#d8ffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ffca Color CSS Codes

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

#d8ffca Text Font Color

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

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


#d8ffca Background Color

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

This div background color is #d8ffca


#d8ffca Border Color

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

This div border color is #d8ffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ffca


Comments

No comments written yet.

Please login to write comment.