Color Hex Logo

#b2cedf Color Hex

#B2CEDF
(178,206,223)
0 Favorites   0 Comments

Color spaces of #b2cedf

RGB 178206223
HSL0.560.410.79
HSV203°20°87°
CMYK 0.200.080.00   0.13
XYZ53.750758.935378.3547
Yxy58.93530.28140.3085
Hunter Lab76.7693-9.3680-6.7759
CIE-Lab81.2560-5.7295-11.5421

#b2cedf color RGB value is (178,206,223).

#b2cedf hex color red value is 178, green value is 206 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b2cedf hue: 0.56 , saturation: 0.41 and the lightness value of b2cedf is 0.79.

The process color (four color CMYK) of #b2cedf color hex is 0.20, 0.08, 0.00, 0.13. Web safe color of #b2cedf is #99cccc. Color #b2cedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001110 11011111
Octal 262 316 337
Decimal 178 206 223
Hex B2 CE DF

RGB Percentages of Color #b2cedf

%29.32
%33.94
%36.74

CMYK Percentages of Color #b2cedf

%20
%8
%0
%13

Triadic Colors of #b2cedf

#b2cedf #dfb2ce #cedfb2

Analogous Colors of #b2cedf

#b2cedf #b2b8df #b2dfda

Monochromatic Colors of #b2cedf

#b2cedf

Complementary Color

#b2cedf #dfc3b2

#b2cedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cedf Color CSS Codes

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

#b2cedf Text Font Color

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

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


#b2cedf Background Color

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

This div background color is #b2cedf


#b2cedf Border Color

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

This div border color is #b2cedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cedf


Comments

No comments written yet.

Please login to write comment.