Color Hex Logo

#bbcfed Color Hex

#BBCFED
(187,207,237)
0 Favorites   0 Comments

Color spaces of #bbcfed

RGB 187207237
HSL0.600.580.83
HSV216°21°93°
CMYK 0.210.130.00   0.07
XYZ58.092461.304988.8920
Yxy61.30490.27890.2943
Hunter Lab78.2974-4.5833-12.5044
CIE-Lab82.5424-0.4283-17.0230

#bbcfed color RGB value is (187,207,237).

#bbcfed hex color red value is 187, green value is 207 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bbcfed hue: 0.60 , saturation: 0.58 and the lightness value of bbcfed is 0.83.

The process color (four color CMYK) of #bbcfed color hex is 0.21, 0.13, 0.00, 0.07. Web safe color of #bbcfed is #ccccff. Color #bbcfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 11101101
Octal 273 317 355
Decimal 187 207 237
Hex BB CF ED

RGB Percentages of Color #bbcfed

%29.64
%32.81
%37.56

CMYK Percentages of Color #bbcfed

%21
%13
%0
%7

Triadic Colors of #bbcfed

#bbcfed #edbbcf #cfedbb

Analogous Colors of #bbcfed

#bbcfed #c0bbed #bbe8ed

Monochromatic Colors of #bbcfed

#bbcfed

Complementary Color

#bbcfed #edd9bb

#bbcfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcfed Color CSS Codes

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

#bbcfed Text Font Color

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

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


#bbcfed Background Color

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

This div background color is #bbcfed


#bbcfed Border Color

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

This div border color is #bbcfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcfed


Comments

No comments written yet.

Please login to write comment.