Color Hex Logo

#b1cdee Color Hex

#B1CDEE
(177,205,238)
0 Favorites   0 Comments

Color spaces of #b1cdee

RGB 177205238
HSL0.590.640.81
HSV212°26°93°
CMYK 0.260.140.00   0.07
XYZ55.395459.182889.3927
Yxy59.18280.27160.2902
Hunter Lab76.9304-6.0953-15.0434
CIE-Lab81.3920-2.1405-19.3567

#b1cdee color RGB value is (177,205,238).

#b1cdee hex color red value is 177, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b1cdee hue: 0.59 , saturation: 0.64 and the lightness value of b1cdee is 0.81.

The process color (four color CMYK) of #b1cdee color hex is 0.26, 0.14, 0.00, 0.07. Web safe color of #b1cdee is #99ccff. Color #b1cdee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001101 11101110
Octal 261 315 356
Decimal 177 205 238
Hex B1 CD EE

RGB Percentages of Color #b1cdee

%28.55
%33.06
%38.39

CMYK Percentages of Color #b1cdee

%26
%14
%0
%7

Triadic Colors of #b1cdee

#b1cdee #eeb1cd #cdeeb1

Analogous Colors of #b1cdee

#b1cdee #b4b1ee #b1ecee

Monochromatic Colors of #b1cdee

#b1cdee

Complementary Color

#b1cdee #eed2b1

#b1cdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cdee Color CSS Codes

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

#b1cdee Text Font Color

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

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


#b1cdee Background Color

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

This div background color is #b1cdee


#b1cdee Border Color

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

This div border color is #b1cdee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,205,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1cdee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1cdee;
  -webkit-box-shadow: 1px 1px 3px 2px #b1cdee;
  box-shadow:         1px 1px 3px 2px #b1cdee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,205,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cdee


Comments

No comments written yet.

Please login to write comment.