Color Hex Logo

#bbefd5 Color Hex

#BBEFD5
(187,239,213)
0 Favorites   0 Comments

Color spaces of #bbefd5

RGB 187239213
HSL0.420.620.84
HSV150°22°94°
CMYK 0.220.000.11   0.06
XYZ63.370377.101974.4930
Yxy77.10190.29480.3587
Hunter Lab87.8077-24.841011.1658
CIE-Lab90.3685-21.68177.1632

#bbefd5 color RGB value is (187,239,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 11010101
Octal 273 357 325
Decimal 187 239 213
Hex BB EF D5

RGB Percentages of Color #bbefd5

%29.26
%37.40
%33.33

CMYK Percentages of Color #bbefd5

%22
%0
%11
%6

Triadic Colors of #bbefd5

#bbefd5 #d5bbef #efd5bb

Analogous Colors of #bbefd5

#bbefd5 #bbefef #bbefbb

Monochromatic Colors of #bbefd5

#bbefd5

Complementary Color

#bbefd5 #efbbd5

#bbefd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefd5 Color CSS Codes

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

#bbefd5 Text Font Color

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

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


#bbefd5 Background Color

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

This div background color is #bbefd5


#bbefd5 Border Color

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

This div border color is #bbefd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefd5


Comments

No comments written yet.

Please login to write comment.