color codes Logo

#d5fbd6 color codes

#D5FBD6
(213,251,214)
0 Favorites   0 Comments

Color spaces of #d5fbd6

RGB 213251214
HSL0.340.830.91
HSV122°15°98°
CMYK 0.150.000.15   0.02
XYZ74.075487.995576.6990
Yxy87.99550.31020.3685
Hunter Lab93.8059-23.204917.1866
CIE-Lab95.1590-19.002413.7000

#d5fbd6 color RGB value is (213,251,214).

#d5fbd6 hex color red value is 213, green value is 251 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #d5fbd6 hue: 0.34 , saturation: 0.83 and the lightness value of d5fbd6 is 0.91.

The process color (four color CMYK) of #d5fbd6 color code is 0.15, 0.00, 0.15, 0.02. Web safe color of #d5fbd6 is #ccffcc. Color #d5fbd6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111011 11010110
Octal 325 373 326
Decimal 213 251 214
Hex D5 FB D6

RGB Percentages of Color #d5fbd6

%31.42
%37.02
%31.56

CMYK Percentages of Color #d5fbd6

%15
%0
%15
%2

Triadic Colors of #d5fbd6

#d5fbd6 #d6d5fb #fbd6d5

Analogous Colors of #d5fbd6

#d5fbd6 #d5fbe9 #e7fbd5

Monochromatic Colors of #d5fbd6

#d5fbd6

Complementary Color

#d5fbd6 #fbd5fa

#d5fbd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5fbd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5fbd6 Color CSS Codes

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

#d5fbd6 Text Font Color

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

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


#d5fbd6 Background Color

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

This div background color is #d5fbd6


#d5fbd6 Border Color

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

This div border color is #d5fbd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5fbd6


Comments

No comments written yet.

Please login to write comment.