Color Hex Logo

#b2cbee Color Hex

#B2CBEE
(178,203,238)
0 Favorites   0 Comments

Color spaces of #b2cbee

RGB 178203238
HSL0.600.640.82
HSV215°25°93°
CMYK 0.250.150.00   0.07
XYZ55.148658.349989.2449
Yxy58.34990.27200.2878
Hunter Lab76.3871-4.8072-15.7990
CIE-Lab80.9329-0.7830-20.0449

#b2cbee color RGB value is (178,203,238).

#b2cbee hex color red value is 178, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b2cbee hue: 0.60 , saturation: 0.64 and the lightness value of b2cbee is 0.82.

The process color (four color CMYK) of #b2cbee color hex is 0.25, 0.15, 0.00, 0.07. Web safe color of #b2cbee is #99ccff. Color #b2cbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001011 11101110
Octal 262 313 356
Decimal 178 203 238
Hex B2 CB EE

RGB Percentages of Color #b2cbee

%28.76
%32.79
%38.45

CMYK Percentages of Color #b2cbee

%25
%15
%0
%7

Triadic Colors of #b2cbee

#b2cbee #eeb2cb #cbeeb2

Analogous Colors of #b2cbee

#b2cbee #b7b2ee #b2e9ee

Monochromatic Colors of #b2cbee

#b2cbee

Complementary Color

#b2cbee #eed5b2

#b2cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cbee Color CSS Codes

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

#b2cbee Text Font Color

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

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


#b2cbee Background Color

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

This div background color is #b2cbee


#b2cbee Border Color

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

This div border color is #b2cbee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,203,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 #b2cbee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cbee

#b2cbee Color Palettes


Comments

No comments written yet.

Please login to write comment.