Color Hex Logo

#bfe6ec Color Hex

#BFE6EC
(191,230,236)
0 Favorites   0 Comments

Color spaces of #bfe6ec

RGB 191230236
HSL0.520.540.84
HSV188°19°93°
CMYK 0.190.030.00   0.07
XYZ64.923073.726190.1656
Yxy73.72610.28370.3222
Hunter Lab85.8639-15.2953-2.1556
CIE-Lab88.7929-11.3515-7.1347

#bfe6ec color RGB value is (191,230,236).

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

The process color (four color CMYK) of #bfe6ec color hex is 0.19, 0.03, 0.00, 0.07. Web safe color of #bfe6ec is #ccffff. Color #bfe6ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100110 11101100
Octal 277 346 354
Decimal 191 230 236
Hex BF E6 EC

RGB Percentages of Color #bfe6ec

%29.07
%35.01
%35.92

CMYK Percentages of Color #bfe6ec

%19
%3
%0
%7

Triadic Colors of #bfe6ec

#bfe6ec #ecbfe6 #e6ecbf

Analogous Colors of #bfe6ec

#bfe6ec #bfd0ec #bfecdc

Monochromatic Colors of #bfe6ec

#bfe6ec

Complementary Color

#bfe6ec #ecc5bf

#bfe6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe6ec Color CSS Codes

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

#bfe6ec Text Font Color

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

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


#bfe6ec Background Color

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

This div background color is #bfe6ec


#bfe6ec Border Color

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

This div border color is #bfe6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe6ec

#bfe6ec Color Palettes


Comments

No comments written yet.

Please login to write comment.