Color Hex Logo

#bfe5ba Color Hex

#BFE5BA
(191,229,186)
0 Favorites   0 Comments

Color spaces of #bfe5ba

RGB 191229186
HSL0.310.450.81
HSV113°19°90°
CMYK 0.170.000.19   0.10
XYZ58.368170.660257.0168
Yxy70.66020.31370.3798
Hunter Lab84.0596-23.160118.6259
CIE-Lab87.3197-20.349716.9327

#bfe5ba color RGB value is (191,229,186).

#bfe5ba hex color red value is 191, green value is 229 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bfe5ba hue: 0.31 , saturation: 0.45 and the lightness value of bfe5ba is 0.81.

The process color (four color CMYK) of #bfe5ba color hex is 0.17, 0.00, 0.19, 0.10. Web safe color of #bfe5ba is #cccccc. Color #bfe5ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100101 10111010
Octal 277 345 272
Decimal 191 229 186
Hex BF E5 BA

RGB Percentages of Color #bfe5ba

%31.52
%37.79
%30.69

CMYK Percentages of Color #bfe5ba

%17
%0
%19
%10

Triadic Colors of #bfe5ba

#bfe5ba #babfe5 #e5babf

Analogous Colors of #bfe5ba

#bfe5ba #bae5cb #d5e5ba

Monochromatic Colors of #bfe5ba

#bfe5ba

Complementary Color

#bfe5ba #e0bae5

#bfe5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe5ba Color CSS Codes

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

#bfe5ba Text Font Color

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

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


#bfe5ba Background Color

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

This div background color is #bfe5ba


#bfe5ba Border Color

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

This div border color is #bfe5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe5ba


Comments

No comments written yet.

Please login to write comment.