Color Hex Logo

#d2ffea Color Hex

#D2FFEA
(210,255,234)
0 Favorites   0 Comments

Color spaces of #d2ffea

RGB 210255234
HSL0.421.000.91
HSV152°18°100°
CMYK 0.180.000.08   0.00
XYZ77.189691.162291.3696
Yxy91.16220.29720.3510
Hunter Lab95.4789-22.780310.0970
CIE-Lab96.4768-18.32265.2811

#d2ffea color RGB value is (210,255,234).

#d2ffea hex color red value is 210, green value is 255 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d2ffea hue: 0.42 , saturation: 1.00 and the lightness value of d2ffea is 0.91.

The process color (four color CMYK) of #d2ffea color hex is 0.18, 0.00, 0.08, 0.00. Web safe color of #d2ffea is #ccffff. Color #d2ffea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11111111 11101010
Octal 322 377 352
Decimal 210 255 234
Hex D2 FF EA

RGB Percentages of Color #d2ffea

%30.04
%36.48
%33.48

CMYK Percentages of Color #d2ffea

%18
%0
%8
%0

Triadic Colors of #d2ffea

#d2ffea #ead2ff #ffead2

Analogous Colors of #d2ffea

#d2ffea #d2feff #d2ffd4

Monochromatic Colors of #d2ffea

#d2ffea

Complementary Color

#d2ffea #ffd2e7

#d2ffea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2ffea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2ffea Color CSS Codes

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

#d2ffea Text Font Color

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

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


#d2ffea Background Color

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

This div background color is #d2ffea


#d2ffea Border Color

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

This div border color is #d2ffea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2ffea

Related Colors


Comments

No comments written yet.

Please login to write comment.