Color Hex Logo

#bbfefd Color Hex

#BBFEFD
(187,254,253)
0 Favorites   0 Comments

Color spaces of #bbfefd

RGB 187254253
HSL0.500.970.86
HSV179°26°100°
CMYK 0.260.000.00   0.00
XYZ73.665088.5403106.1359
Yxy88.54030.27450.3300
Hunter Lab94.0959-24.9251-1.0094
CIE-Lab95.3880-20.8405-6.2554

#bbfefd color RGB value is (187,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 11111101
Octal 273 376 375
Decimal 187 254 253
Hex BB FE FD

RGB Percentages of Color #bbfefd

%26.95
%36.60
%36.46

CMYK Percentages of Color #bbfefd

%26
%0
%0
%0

Triadic Colors of #bbfefd

#bbfefd #fdbbfe #fefdbb

Analogous Colors of #bbfefd

#bbfefd #bbdefe #bbfedc

Monochromatic Colors of #bbfefd

#bbfefd

Complementary Color

#bbfefd #febbbc

#bbfefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfefd Color CSS Codes

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

#bbfefd Text Font Color

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

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


#bbfefd Background Color

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

This div background color is #bbfefd


#bbfefd Border Color

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

This div border color is #bbfefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfefd

Related Colors


Comments

No comments written yet.

Please login to write comment.