Color Hex Logo

#d3fdbd Color Hex

#D3FDBD
(211,253,189)
0 Favorites   0 Comments

Color spaces of #d3fdbd

RGB 211253189
HSL0.280.940.87
HSV99°25°99°
CMYK 0.170.000.25   0.01
XYZ71.174687.773661.3348
Yxy87.77360.32310.3985
Hunter Lab93.6876-28.346526.7657
CIE-Lab95.0655-24.685826.3168

#d3fdbd color RGB value is (211,253,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11111101 10111101
Octal 323 375 275
Decimal 211 253 189
Hex D3 FD BD

RGB Percentages of Color #d3fdbd

%32.31
%38.74
%28.94

CMYK Percentages of Color #d3fdbd

%17
%0
%25
%1

Triadic Colors of #d3fdbd

#d3fdbd #bdd3fd #fdbdd3

Analogous Colors of #d3fdbd

#d3fdbd #bdfdc7 #f3fdbd

Monochromatic Colors of #d3fdbd

#d3fdbd

Complementary Color

#d3fdbd #e7bdfd

#d3fdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3fdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3fdbd Color CSS Codes

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

#d3fdbd Text Font Color

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

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


#d3fdbd Background Color

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

This div background color is #d3fdbd


#d3fdbd Border Color

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

This div border color is #d3fdbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,253,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3fdbd

Related Colors


Comments

No comments written yet.

Please login to write comment.