Color Hex Logo

#bfe4ab Color Hex

#BFE4AB
(191,228,171)
0 Favorites   0 Comments

Color spaces of #bfe4ab

RGB 191228171
HSL0.270.510.78
HSV99°25°89°
CMYK 0.160.000.25   0.11
XYZ56.579969.503448.9615
Yxy69.50340.32320.3971
Hunter Lab83.3687-24.752523.5377
CIE-Lab86.7527-22.291323.9354

#bfe4ab color RGB value is (191,228,171).

#bfe4ab hex color red value is 191, green value is 228 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bfe4ab hue: 0.27 , saturation: 0.51 and the lightness value of bfe4ab is 0.78.

The process color (four color CMYK) of #bfe4ab color hex is 0.16, 0.00, 0.25, 0.11. Web safe color of #bfe4ab is #cccc99. Color #bfe4ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 10101011
Octal 277 344 253
Decimal 191 228 171
Hex BF E4 AB

RGB Percentages of Color #bfe4ab

%32.37
%38.64
%28.98

CMYK Percentages of Color #bfe4ab

%16
%0
%25
%11

Triadic Colors of #bfe4ab

#bfe4ab #abbfe4 #e4abbf

Analogous Colors of #bfe4ab

#bfe4ab #abe4b4 #dce4ab

Monochromatic Colors of #bfe4ab

#bfe4ab

Complementary Color

#bfe4ab #d0abe4

#bfe4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe4ab Color CSS Codes

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

#bfe4ab Text Font Color

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

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


#bfe4ab Background Color

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

This div background color is #bfe4ab


#bfe4ab Border Color

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

This div border color is #bfe4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe4ab


Comments

No comments written yet.

Please login to write comment.