Color Hex Logo

#d0febc Color Hex

#D0FEBC
(208,254,188)
0 Favorites   0 Comments

Color spaces of #d0febc

RGB 208254188
HSL0.280.970.87
HSV102°26°100°
CMYK 0.180.000.26   0.00
XYZ70.531387.924460.8307
Yxy87.92440.32160.4010
Hunter Lab93.7680-29.828227.1740
CIE-Lab95.1291-26.331826.8802

#d0febc color RGB value is (208,254,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111110 10111100
Octal 320 376 274
Decimal 208 254 188
Hex D0 FE BC

RGB Percentages of Color #d0febc

%32.00
%39.08
%28.92

CMYK Percentages of Color #d0febc

%18
%0
%26
%0

Triadic Colors of #d0febc

#d0febc #bcd0fe #febcd0

Analogous Colors of #d0febc

#d0febc #bcfec9 #f1febc

Monochromatic Colors of #d0febc

#d0febc

Complementary Color

#d0febc #eabcfe

#d0febc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0febc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0febc Color CSS Codes

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

#d0febc Text Font Color

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

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


#d0febc Background Color

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

This div background color is #d0febc


#d0febc Border Color

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

This div border color is #d0febc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0febc


Comments

No comments written yet.

Please login to write comment.