Color Hex Logo

#b2cfdd Color Hex

#B2CFDD
(178,207,221)
0 Favorites   0 Comments

Color spaces of #b2cfdd

RGB 178207221
HSL0.550.390.78
HSV200°19°87°
CMYK 0.190.060.00   0.13
XYZ53.724159.311177.0232
Yxy59.31110.28270.3121
Hunter Lab77.0137-10.2539-5.3877
CIE-Lab81.4623-6.6868-10.1654

#b2cfdd color RGB value is (178,207,221).

#b2cfdd hex color red value is 178, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b2cfdd hue: 0.55 , saturation: 0.39 and the lightness value of b2cfdd is 0.78.

The process color (four color CMYK) of #b2cfdd color hex is 0.19, 0.06, 0.00, 0.13. Web safe color of #b2cfdd is #99cccc. Color #b2cfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001111 11011101
Octal 262 317 335
Decimal 178 207 221
Hex B2 CF DD

RGB Percentages of Color #b2cfdd

%29.37
%34.16
%36.47

CMYK Percentages of Color #b2cfdd

%19
%6
%0
%13

Triadic Colors of #b2cfdd

#b2cfdd #ddb2cf #cfddb2

Analogous Colors of #b2cfdd

#b2cfdd #b2badd #b2ddd6

Monochromatic Colors of #b2cfdd

#b2cfdd

Complementary Color

#b2cfdd #ddc0b2

#b2cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cfdd Color CSS Codes

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

#b2cfdd Text Font Color

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

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


#b2cfdd Background Color

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

This div background color is #b2cfdd


#b2cfdd Border Color

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

This div border color is #b2cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cfdd


Comments

No comments written yet.

Please login to write comment.