Color Hex Logo

#bbefd6 Color Hex

#BBEFD6
(187,239,214)
0 Favorites   0 Comments

Color spaces of #bbefd6

RGB 187239214
HSL0.420.620.84
HSV151°22°94°
CMYK 0.220.000.10   0.06
XYZ63.497677.152875.1636
Yxy77.15280.29420.3575
Hunter Lab87.8367-24.675610.7500
CIE-Lab90.3919-21.49036.6763

#bbefd6 color RGB value is (187,239,214).

#bbefd6 hex color red value is 187, green value is 239 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #bbefd6 hue: 0.42 , saturation: 0.62 and the lightness value of bbefd6 is 0.84.

The process color (four color CMYK) of #bbefd6 color hex is 0.22, 0.00, 0.10, 0.06. Web safe color of #bbefd6 is #ccffcc. Color #bbefd6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 11010110
Octal 273 357 326
Decimal 187 239 214
Hex BB EF D6

RGB Percentages of Color #bbefd6

%29.22
%37.34
%33.44

CMYK Percentages of Color #bbefd6

%22
%0
%10
%6

Triadic Colors of #bbefd6

#bbefd6 #d6bbef #efd6bb

Analogous Colors of #bbefd6

#bbefd6 #bbeeef #bbefbc

Monochromatic Colors of #bbefd6

#bbefd6

Complementary Color

#bbefd6 #efbbd4

#bbefd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefd6 Color CSS Codes

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

#bbefd6 Text Font Color

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

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


#bbefd6 Background Color

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

This div background color is #bbefd6


#bbefd6 Border Color

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

This div border color is #bbefd6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,239,214, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbefd6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbefd6;
  -webkit-box-shadow: 1px 1px 3px 2px #bbefd6;
  box-shadow:         1px 1px 3px 2px #bbefd6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,239,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefd6


Comments

No comments written yet.

Please login to write comment.