Color Hex Logo

#d5fcb6 Color Hex

#D5FCB6
(213,252,182)
0 Favorites   0 Comments

Color spaces of #d5fcb6

RGB 213252182
HSL0.260.920.85
HSV93°28°99°
CMYK 0.150.000.28   0.01
XYZ70.694587.144357.3505
Yxy87.14430.32850.4050
Hunter Lab93.3511-28.187028.9208
CIE-Lab94.7995-24.562129.5150

#d5fcb6 color RGB value is (213,252,182).

#d5fcb6 hex color red value is 213, green value is 252 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #d5fcb6 hue: 0.26 , saturation: 0.92 and the lightness value of d5fcb6 is 0.85.

The process color (four color CMYK) of #d5fcb6 color hex is 0.15, 0.00, 0.28, 0.01. Web safe color of #d5fcb6 is #ccffcc. Color #d5fcb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111100 10110110
Octal 325 374 266
Decimal 213 252 182
Hex D5 FC B6

RGB Percentages of Color #d5fcb6

%32.92
%38.95
%28.13

CMYK Percentages of Color #d5fcb6

%15
%0
%28
%1

Triadic Colors of #d5fcb6

#d5fcb6 #b6d5fc #fcb6d5

Analogous Colors of #d5fcb6

#d5fcb6 #b6fcba #f8fcb6

Monochromatic Colors of #d5fcb6

#d5fcb6

Complementary Color

#d5fcb6 #ddb6fc

#d5fcb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5fcb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5fcb6 Color CSS Codes

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

#d5fcb6 Text Font Color

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

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


#d5fcb6 Background Color

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

This div background color is #d5fcb6


#d5fcb6 Border Color

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

This div border color is #d5fcb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5fcb6

Related Colors


Comments

No comments written yet.

Please login to write comment.