Color Hex Logo

#b2cfdc Color Hex

#B2CFDC
(178,207,220)
0 Favorites   0 Comments

Color spaces of #b2cfdc

RGB 178207220
HSL0.550.380.78
HSV199°19°86°
CMYK 0.190.060.00   0.14
XYZ53.591259.257976.3235
Yxy59.25790.28330.3132
Hunter Lab76.9792-10.4457-4.8996
CIE-Lab81.4331-6.9023-9.6744

#b2cfdc color RGB value is (178,207,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001111 11011100
Octal 262 317 334
Decimal 178 207 220
Hex B2 CF DC

RGB Percentages of Color #b2cfdc

%29.42
%34.21
%36.36

CMYK Percentages of Color #b2cfdc

%19
%6
%0
%14

Triadic Colors of #b2cfdc

#b2cfdc #dcb2cf #cfdcb2

Analogous Colors of #b2cfdc

#b2cfdc #b2badc #b2dcd4

Monochromatic Colors of #b2cfdc

#b2cfdc

Complementary Color

#b2cfdc #dcbfb2

#b2cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cfdc Color CSS Codes

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

#b2cfdc Text Font Color

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

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


#b2cfdc Background Color

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

This div background color is #b2cfdc


#b2cfdc Border Color

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

This div border color is #b2cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cfdc


Comments

No comments written yet.

Please login to write comment.