Color Hex Logo

#bff6cb Color Hex

#BFF6CB
(191,246,203)
0 Favorites   0 Comments

Color spaces of #bff6cb

RGB 191246203
HSL0.370.750.86
HSV133°22°96°
CMYK 0.220.000.17   0.04
XYZ65.221181.299768.7548
Yxy81.29970.30300.3777
Hunter Lab90.1663-28.674617.9059
CIE-Lab92.2649-25.644115.0793

#bff6cb color RGB value is (191,246,203).

#bff6cb hex color red value is 191, green value is 246 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bff6cb hue: 0.37 , saturation: 0.75 and the lightness value of bff6cb is 0.86.

The process color (four color CMYK) of #bff6cb color hex is 0.22, 0.00, 0.17, 0.04. Web safe color of #bff6cb is #ccffcc. Color #bff6cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110110 11001011
Octal 277 366 313
Decimal 191 246 203
Hex BF F6 CB

RGB Percentages of Color #bff6cb

%29.84
%38.44
%31.72

CMYK Percentages of Color #bff6cb

%22
%0
%17
%4

Triadic Colors of #bff6cb

#bff6cb #cbbff6 #f6cbbf

Analogous Colors of #bff6cb

#bff6cb #bff6e7 #cff6bf

Monochromatic Colors of #bff6cb

#bff6cb

Complementary Color

#bff6cb #f6bfea

#bff6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff6cb Color CSS Codes

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

#bff6cb Text Font Color

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

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


#bff6cb Background Color

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

This div background color is #bff6cb


#bff6cb Border Color

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

This div border color is #bff6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff6cb


Comments

No comments written yet.

Please login to write comment.