Color Hex Logo

#b2cae1 Color Hex

#B2CAE1
(178,202,225)
0 Favorites   0 Comments

Color spaces of #b2cae1

RGB 178202225
HSL0.580.440.79
HSV209°21°88°
CMYK 0.210.100.00   0.12
XYZ53.071257.142379.4666
Yxy57.14230.27980.3013
Hunter Lab75.5925-6.9675-9.4138
CIE-Lab80.2596-3.1841-14.1039

#b2cae1 color RGB value is (178,202,225).

#b2cae1 hex color red value is 178, green value is 202 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #b2cae1 hue: 0.58 , saturation: 0.44 and the lightness value of b2cae1 is 0.79.

The process color (four color CMYK) of #b2cae1 color hex is 0.21, 0.10, 0.00, 0.12. Web safe color of #b2cae1 is #99cccc. Color #b2cae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001010 11100001
Octal 262 312 341
Decimal 178 202 225
Hex B2 CA E1

RGB Percentages of Color #b2cae1

%29.42
%33.39
%37.19

CMYK Percentages of Color #b2cae1

%21
%10
%0
%12

Triadic Colors of #b2cae1

#b2cae1 #e1b2ca #cae1b2

Analogous Colors of #b2cae1

#b2cae1 #b2b3e1 #b2e1e1

Monochromatic Colors of #b2cae1

#b2cae1

Complementary Color

#b2cae1 #e1c9b2

#b2cae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cae1 Color CSS Codes

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

#b2cae1 Text Font Color

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

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


#b2cae1 Background Color

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

This div background color is #b2cae1


#b2cae1 Border Color

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

This div border color is #b2cae1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,202,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cae1


Comments

No comments written yet.

Please login to write comment.