Color Hex Logo

#bfe6cb Color Hex

#BFE6CB
(191,230,203)
0 Favorites   0 Comments

Color spaces of #bfe6cb

RGB 191230203
HSL0.380.440.83
HSV138°17°90°
CMYK 0.170.000.12   0.10
XYZ60.562271.981867.2018
Yxy71.98180.30320.3604
Hunter Lab84.8421-21.056312.4270
CIE-Lab87.9598-17.84928.9585

#bfe6cb color RGB value is (191,230,203).

#bfe6cb hex color red value is 191, green value is 230 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bfe6cb hue: 0.38 , saturation: 0.44 and the lightness value of bfe6cb is 0.83.

The process color (four color CMYK) of #bfe6cb color hex is 0.17, 0.00, 0.12, 0.10. Web safe color of #bfe6cb is #ccffcc. Color #bfe6cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100110 11001011
Octal 277 346 313
Decimal 191 230 203
Hex BF E6 CB

RGB Percentages of Color #bfe6cb

%30.61
%36.86
%32.53

CMYK Percentages of Color #bfe6cb

%17
%0
%12
%10

Triadic Colors of #bfe6cb

#bfe6cb #cbbfe6 #e6cbbf

Analogous Colors of #bfe6cb

#bfe6cb #bfe6df #c7e6bf

Monochromatic Colors of #bfe6cb

#bfe6cb

Complementary Color

#bfe6cb #e6bfda

#bfe6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe6cb Color CSS Codes

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

#bfe6cb Text Font Color

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

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


#bfe6cb Background Color

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

This div background color is #bfe6cb


#bfe6cb Border Color

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

This div border color is #bfe6cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,230,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 #bfe6cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe6cb


Comments

No comments written yet.

Please login to write comment.