Color Hex Logo

#d2febf Color Hex

#D2FEBF
(210,254,191)
0 Favorites   0 Comments

Color spaces of #d2febf

RGB 210254191
HSL0.280.970.87
HSV102°25°100°
CMYK 0.170.000.25   0.00
XYZ71.424188.346862.5784
Yxy88.34680.32120.3973
Hunter Lab93.9930-28.847826.3211
CIE-Lab95.3068-25.195725.6239

#d2febf color RGB value is (210,254,191).

#d2febf hex color red value is 210, green value is 254 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d2febf hue: 0.28 , saturation: 0.97 and the lightness value of d2febf is 0.87.

The process color (four color CMYK) of #d2febf color hex is 0.17, 0.00, 0.25, 0.00. Web safe color of #d2febf is #ccffcc. Color #d2febf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11111110 10111111
Octal 322 376 277
Decimal 210 254 191
Hex D2 FE BF

RGB Percentages of Color #d2febf

%32.06
%38.78
%29.16

CMYK Percentages of Color #d2febf

%17
%0
%25
%0

Triadic Colors of #d2febf

#d2febf #bfd2fe #febfd2

Analogous Colors of #d2febf

#d2febf #bffecc #f2febf

Monochromatic Colors of #d2febf

#d2febf

Complementary Color

#d2febf #ebbffe

#d2febf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2febf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2febf Color CSS Codes

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

#d2febf Text Font Color

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

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


#d2febf Background Color

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

This div background color is #d2febf


#d2febf Border Color

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

This div border color is #d2febf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2febf


Comments

No comments written yet.

Please login to write comment.