Color Hex Logo

#d6febb Color Hex

#D6FEBB
(214,254,187)
0 Favorites   0 Comments

Color spaces of #d6febb

RGB 214254187
HSL0.270.970.86
HSV96°26°100°
CMYK 0.160.000.26   0.00
XYZ72.143088.767660.3452
Yxy88.76760.32610.4012
Hunter Lab94.2166-28.198927.9767
CIE-Lab95.4832-24.436127.9301

#d6febb color RGB value is (214,254,187).

#d6febb hex color red value is 214, green value is 254 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d6febb hue: 0.27 , saturation: 0.97 and the lightness value of d6febb is 0.86.

The process color (four color CMYK) of #d6febb color hex is 0.16, 0.00, 0.26, 0.00. Web safe color of #d6febb is #ccffcc. Color #d6febb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111110 10111011
Octal 326 376 273
Decimal 214 254 187
Hex D6 FE BB

RGB Percentages of Color #d6febb

%32.67
%38.78
%28.55

CMYK Percentages of Color #d6febb

%16
%0
%26
%0

Triadic Colors of #d6febb

#d6febb #bbd6fe #febbd6

Analogous Colors of #d6febb

#d6febb #bbfec2 #f8febb

Monochromatic Colors of #d6febb

#d6febb

Complementary Color

#d6febb #e3bbfe

#d6febb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6febb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6febb Color CSS Codes

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

#d6febb Text Font Color

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

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


#d6febb Background Color

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

This div background color is #d6febb


#d6febb Border Color

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

This div border color is #d6febb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6febb

Related Colors


Comments

No comments written yet.

Please login to write comment.