Color Hex Logo

#bffddd Color Hex

#BFFDDD
(191,253,221)
0 Favorites   0 Comments

Color spaces of #bffddd

RGB 191253221
HSL0.410.940.87
HSV149°25°99°
CMYK 0.250.000.13   0.01
XYZ69.662386.547481.4403
Yxy86.54740.29310.3642
Hunter Lab93.0309-29.141713.2184
CIE-Lab94.5459-25.68499.0491

#bffddd color RGB value is (191,253,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111101 11011101
Octal 277 375 335
Decimal 191 253 221
Hex BF FD DD

RGB Percentages of Color #bffddd

%28.72
%38.05
%33.23

CMYK Percentages of Color #bffddd

%25
%0
%13
%1

Triadic Colors of #bffddd

#bffddd #ddbffd #fdddbf

Analogous Colors of #bffddd

#bffddd #bffdfc #c0fdbf

Monochromatic Colors of #bffddd

#bffddd

Complementary Color

#bffddd #fdbfdf

#bffddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffddd Color CSS Codes

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

#bffddd Text Font Color

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

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


#bffddd Background Color

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

This div background color is #bffddd


#bffddd Border Color

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

This div border color is #bffddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffddd

Related Colors


Comments

No comments written yet.

Please login to write comment.