Color Hex Logo

#d0fdbb Color Hex

#D0FDBB
(208,253,187)
0 Favorites   0 Comments

Color spaces of #d0fdbb

RGB 208253187
HSL0.280.940.86
HSV101°26°99°
CMYK 0.180.000.26   0.01
XYZ70.107387.248360.1593
Yxy87.24830.32230.4011
Hunter Lab93.4068-29.487127.1986
CIE-Lab94.8435-26.009826.9960

#d0fdbb color RGB value is (208,253,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111101 10111011
Octal 320 375 273
Decimal 208 253 187
Hex D0 FD BB

RGB Percentages of Color #d0fdbb

%32.10
%39.04
%28.86

CMYK Percentages of Color #d0fdbb

%18
%0
%26
%1

Triadic Colors of #d0fdbb

#d0fdbb #bbd0fd #fdbbd0

Analogous Colors of #d0fdbb

#d0fdbb #bbfdc7 #f1fdbb

Monochromatic Colors of #d0fdbb

#d0fdbb

Complementary Color

#d0fdbb #e8bbfd

#d0fdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0fdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0fdbb Color CSS Codes

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

#d0fdbb Text Font Color

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

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


#d0fdbb Background Color

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

This div background color is #d0fdbb


#d0fdbb Border Color

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

This div border color is #d0fdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0fdbb


Comments

No comments written yet.

Please login to write comment.