Color Hex Logo

#bfe1be Color Hex

#BFE1BE
(191,225,190)
0 Favorites   0 Comments

Color spaces of #bfe1be

RGB 191225190
HSL0.330.370.81
HSV118°16°88°
CMYK 0.150.000.16   0.12
XYZ57.705368.644558.9235
Yxy68.64450.31150.3705
Hunter Lab82.8520-20.668115.8299
CIE-Lab86.3277-17.688913.4451

#bfe1be color RGB value is (191,225,190).

#bfe1be hex color red value is 191, green value is 225 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bfe1be hue: 0.33 , saturation: 0.37 and the lightness value of bfe1be is 0.81.

The process color (four color CMYK) of #bfe1be color hex is 0.15, 0.00, 0.16, 0.12. Web safe color of #bfe1be is #cccccc. Color #bfe1be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 10111110
Octal 277 341 276
Decimal 191 225 190
Hex BF E1 BE

RGB Percentages of Color #bfe1be

%31.52
%37.13
%31.35

CMYK Percentages of Color #bfe1be

%15
%0
%16
%12

Triadic Colors of #bfe1be

#bfe1be #bebfe1 #e1bebf

Analogous Colors of #bfe1be

#bfe1be #bee1cf #d1e1be

Monochromatic Colors of #bfe1be

#bfe1be

Complementary Color

#bfe1be #e0bee1

#bfe1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe1be Color CSS Codes

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

#bfe1be Text Font Color

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

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


#bfe1be Background Color

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

This div background color is #bfe1be


#bfe1be Border Color

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

This div border color is #bfe1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe1be


Comments

No comments written yet.

Please login to write comment.