Color Hex Logo

#bfecc5 Color Hex

#BFECC5
(191,236,197)
0 Favorites   0 Comments

Color spaces of #bfecc5

RGB 191236197
HSL0.360.540.84
HSV128°19°93°
CMYK 0.190.000.17   0.07
XYZ61.559475.098564.0743
Yxy75.09850.30670.3741
Hunter Lab86.6594-24.854616.8237
CIE-Lab89.4391-21.876814.1926

#bfecc5 color RGB value is (191,236,197).

#bfecc5 hex color red value is 191, green value is 236 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #bfecc5 hue: 0.36 , saturation: 0.54 and the lightness value of bfecc5 is 0.84.

The process color (four color CMYK) of #bfecc5 color hex is 0.19, 0.00, 0.17, 0.07. Web safe color of #bfecc5 is #ccffcc. Color #bfecc5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101100 11000101
Octal 277 354 305
Decimal 191 236 197
Hex BF EC C5

RGB Percentages of Color #bfecc5

%30.61
%37.82
%31.57

CMYK Percentages of Color #bfecc5

%19
%0
%17
%7

Triadic Colors of #bfecc5

#bfecc5 #c5bfec #ecc5bf

Analogous Colors of #bfecc5

#bfecc5 #bfecdc #d0ecbf

Monochromatic Colors of #bfecc5

#bfecc5

Complementary Color

#bfecc5 #ecbfe6

#bfecc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfecc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfecc5 Color CSS Codes

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

#bfecc5 Text Font Color

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

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


#bfecc5 Background Color

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

This div background color is #bfecc5


#bfecc5 Border Color

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

This div border color is #bfecc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfecc5


Comments

No comments written yet.

Please login to write comment.