Color Hex Logo

#bbfdf0 Color Hex

#BBFDF0
(187,253,240)
0 Favorites   0 Comments

Color spaces of #bbfdf0

RGB 187253240
HSL0.470.940.86
HSV168°26°99°
CMYK 0.260.000.05   0.01
XYZ71.347087.106695.4910
Yxy87.10660.28100.3430
Hunter Lab93.3309-26.87444.6694
CIE-Lab94.7835-23.1037-0.4332

#bbfdf0 color RGB value is (187,253,240).

#bbfdf0 hex color red value is 187, green value is 253 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #bbfdf0 hue: 0.47 , saturation: 0.94 and the lightness value of bbfdf0 is 0.86.

The process color (four color CMYK) of #bbfdf0 color hex is 0.26, 0.00, 0.05, 0.01. Web safe color of #bbfdf0 is #ccffff. Color #bbfdf0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111101 11110000
Octal 273 375 360
Decimal 187 253 240
Hex BB FD F0

RGB Percentages of Color #bbfdf0

%27.50
%37.21
%35.29

CMYK Percentages of Color #bbfdf0

%26
%0
%5
%1

Triadic Colors of #bbfdf0

#bbfdf0 #f0bbfd #fdf0bb

Analogous Colors of #bbfdf0

#bbfdf0 #bbe9fd #bbfdcf

Monochromatic Colors of #bbfdf0

#bbfdf0

Complementary Color

#bbfdf0 #fdbbc8

#bbfdf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfdf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfdf0 Color CSS Codes

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

#bbfdf0 Text Font Color

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

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


#bbfdf0 Background Color

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

This div background color is #bbfdf0


#bbfdf0 Border Color

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

This div border color is #bbfdf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfdf0


Comments

No comments written yet.

Please login to write comment.