Color Hex Logo

#bfecc0 Color Hex

#BFECC0
(191,236,192)
0 Favorites   0 Comments

Color spaces of #bfecc0

RGB 191236192
HSL0.340.540.84
HSV121°19°93°
CMYK 0.190.000.19   0.07
XYZ60.995774.873061.1063
Yxy74.87300.30970.3801
Hunter Lab86.5292-25.598818.7003
CIE-Lab89.3335-22.746016.6393

#bfecc0 color RGB value is (191,236,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101100 11000000
Octal 277 354 300
Decimal 191 236 192
Hex BF EC C0

RGB Percentages of Color #bfecc0

%30.86
%38.13
%31.02

CMYK Percentages of Color #bfecc0

%19
%0
%19
%7

Triadic Colors of #bfecc0

#bfecc0 #c0bfec #ecc0bf

Analogous Colors of #bfecc0

#bfecc0 #bfecd7 #d5ecbf

Monochromatic Colors of #bfecc0

#bfecc0

Complementary Color

#bfecc0 #ecbfeb

#bfecc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfecc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfecc0 Color CSS Codes

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

#bfecc0 Text Font Color

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

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


#bfecc0 Background Color

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

This div background color is #bfecc0


#bfecc0 Border Color

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

This div border color is #bfecc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfecc0

#bfecc0 Color Palettes


Comments

No comments written yet.

Please login to write comment.