Color Hex Logo

#d5ffba Color Hex

#D5FFBA
(213,255,186)
0 Favorites   0 Comments

Color spaces of #d5ffba

RGB 213255186
HSL0.271.000.86
HSV97°27°100°
CMYK 0.160.000.27   0.00
XYZ72.063589.211359.8757
Yxy89.21130.32590.4034
Hunter Lab94.4517-29.101028.5306
CIE-Lab95.6687-25.403028.6770

#d5ffba color RGB value is (213,255,186).

#d5ffba hex color red value is 213, green value is 255 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d5ffba hue: 0.27 , saturation: 1.00 and the lightness value of d5ffba is 0.86.

The process color (four color CMYK) of #d5ffba color hex is 0.16, 0.00, 0.27, 0.00. Web safe color of #d5ffba is #ccffcc. Color #d5ffba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111111 10111010
Octal 325 377 272
Decimal 213 255 186
Hex D5 FF BA

RGB Percentages of Color #d5ffba

%32.57
%38.99
%28.44

CMYK Percentages of Color #d5ffba

%16
%0
%27
%0

Triadic Colors of #d5ffba

#d5ffba #bad5ff #ffbad5

Analogous Colors of #d5ffba

#d5ffba #baffc2 #f8ffba

Monochromatic Colors of #d5ffba

#d5ffba

Complementary Color

#d5ffba #e4baff

#d5ffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5ffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5ffba Color CSS Codes

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

#d5ffba Text Font Color

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

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


#d5ffba Background Color

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

This div background color is #d5ffba


#d5ffba Border Color

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

This div border color is #d5ffba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5ffba


Comments

No comments written yet.

Please login to write comment.