Color Hex Logo

#d0febb Color Hex

#D0FEBB
(208,254,187)
0 Favorites   0 Comments

Color spaces of #d0febb

RGB 208254187
HSL0.280.970.86
HSV101°26°100°
CMYK 0.180.000.26   0.00
XYZ70.423987.881460.2648
Yxy87.88140.32220.4021
Hunter Lab93.7451-29.959727.5065
CIE-Lab95.1110-26.483627.3613

#d0febb color RGB value is (208,254,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111110 10111011
Octal 320 376 273
Decimal 208 254 187
Hex D0 FE BB

RGB Percentages of Color #d0febb

%32.05
%39.14
%28.81

CMYK Percentages of Color #d0febb

%18
%0
%26
%0

Triadic Colors of #d0febb

#d0febb #bbd0fe #febbd0

Analogous Colors of #d0febb

#d0febb #bbfec8 #f2febb

Monochromatic Colors of #d0febb

#d0febb

Complementary Color

#d0febb #e9bbfe

#d0febb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0febb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0febb Color CSS Codes

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

#d0febb Text Font Color

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

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


#d0febb Background Color

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

This div background color is #d0febb


#d0febb Border Color

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

This div border color is #d0febb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,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 #d0febb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0febb

Related Colors


Comments

No comments written yet.

Please login to write comment.