Color Hex Logo

#bbefc9 Color Hex

#BBEFC9
(187,239,201)
0 Favorites   0 Comments

Color spaces of #bbefc9

RGB 187239201
HSL0.380.620.84
HSV136°22°94°
CMYK 0.220.000.16   0.06
XYZ61.902676.514866.7646
Yxy76.51480.30170.3729
Hunter Lab87.4727-26.756615.9771
CIE-Lab90.0978-23.913613.0148

#bbefc9 color RGB value is (187,239,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 11001001
Octal 273 357 311
Decimal 187 239 201
Hex BB EF C9

RGB Percentages of Color #bbefc9

%29.82
%38.12
%32.06

CMYK Percentages of Color #bbefc9

%22
%0
%16
%6

Triadic Colors of #bbefc9

#bbefc9 #c9bbef #efc9bb

Analogous Colors of #bbefc9

#bbefc9 #bbefe3 #c7efbb

Monochromatic Colors of #bbefc9

#bbefc9

Complementary Color

#bbefc9 #efbbe1

#bbefc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefc9 Color CSS Codes

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

#bbefc9 Text Font Color

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

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


#bbefc9 Background Color

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

This div background color is #bbefc9


#bbefc9 Border Color

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

This div border color is #bbefc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefc9


Comments

No comments written yet.

Please login to write comment.