Color Hex Logo

#bffad4 Color Hex

#BFFAD4
(191,250,212)
0 Favorites   0 Comments

Color spaces of #bffad4

RGB 191250212
HSL0.390.860.86
HSV141°24°98°
CMYK 0.240.000.15   0.02
XYZ67.555184.201074.9793
Yxy84.20100.29790.3714
Hunter Lab91.7611-29.169115.7861
CIE-Lab93.5377-25.931312.2447

#bffad4 color RGB value is (191,250,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111010 11010100
Octal 277 372 324
Decimal 191 250 212
Hex BF FA D4

RGB Percentages of Color #bffad4

%29.25
%38.28
%32.47

CMYK Percentages of Color #bffad4

%24
%0
%15
%2

Triadic Colors of #bffad4

#bffad4 #d4bffa #fad4bf

Analogous Colors of #bffad4

#bffad4 #bffaf2 #c8fabf

Monochromatic Colors of #bffad4

#bffad4

Complementary Color

#bffad4 #fabfe5

#bffad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffad4 Color CSS Codes

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

#bffad4 Text Font Color

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

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


#bffad4 Background Color

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

This div background color is #bffad4


#bffad4 Border Color

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

This div border color is #bffad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffad4


Comments

No comments written yet.

Please login to write comment.