Color Hex Logo

#bffad5 Color Hex

#BFFAD5
(191,250,213)
0 Favorites   0 Comments

Color spaces of #bffad5

RGB 191250213
HSL0.400.860.86
HSV142°24°98°
CMYK 0.240.000.15   0.02
XYZ67.681784.251775.6458
Yxy84.25170.29740.3702
Hunter Lab91.7887-29.010815.3895
CIE-Lab93.5597-25.747511.7608

#bffad5 color RGB value is (191,250,213).

#bffad5 hex color red value is 191, green value is 250 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #bffad5 hue: 0.40 , saturation: 0.86 and the lightness value of bffad5 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111010 11010101
Octal 277 372 325
Decimal 191 250 213
Hex BF FA D5

RGB Percentages of Color #bffad5

%29.20
%38.23
%32.57

CMYK Percentages of Color #bffad5

%24
%0
%15
%2

Triadic Colors of #bffad5

#bffad5 #d5bffa #fad5bf

Analogous Colors of #bffad5

#bffad5 #bffaf3 #c7fabf

Monochromatic Colors of #bffad5

#bffad5

Complementary Color

#bffad5 #fabfe4

#bffad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffad5 Color CSS Codes

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

#bffad5 Text Font Color

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

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


#bffad5 Background Color

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

This div background color is #bffad5


#bffad5 Border Color

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

This div border color is #bffad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffad5


Comments

No comments written yet.

Please login to write comment.