Color Hex Logo

#bbefd0 Color Hex

#BBEFD0
(187,239,208)
0 Favorites   0 Comments

Color spaces of #bbefd0

RGB 187239208
HSL0.400.620.84
HSV144°22°94°
CMYK 0.220.000.13   0.06
XYZ62.745276.851971.2014
Yxy76.85190.29770.3646
Hunter Lab87.6652-25.655213.2105
CIE-Lab90.2534-22.62669.5996

#bbefd0 color RGB value is (187,239,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 11010000
Octal 273 357 320
Decimal 187 239 208
Hex BB EF D0

RGB Percentages of Color #bbefd0

%29.50
%37.70
%32.81

CMYK Percentages of Color #bbefd0

%22
%0
%13
%6

Triadic Colors of #bbefd0

#bbefd0 #d0bbef #efd0bb

Analogous Colors of #bbefd0

#bbefd0 #bbefea #c0efbb

Monochromatic Colors of #bbefd0

#bbefd0

Complementary Color

#bbefd0 #efbbda

#bbefd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefd0 Color CSS Codes

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

#bbefd0 Text Font Color

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

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


#bbefd0 Background Color

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

This div background color is #bbefd0


#bbefd0 Border Color

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

This div border color is #bbefd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefd0


Comments

No comments written yet.

Please login to write comment.