Color Hex Logo

#b2fcdc Color Hex

#B2FCDC
(178,252,220)
0 Favorites   0 Comments

Color spaces of #b2fcdc

RGB 178252220
HSL0.430.930.84
HSV154°29°99°
CMYK 0.290.000.13   0.01
XYZ66.088884.253180.4894
Yxy84.25310.28630.3650
Hunter Lab91.7895-32.110912.2618
CIE-Lab93.5603-29.28078.0592

#b2fcdc color RGB value is (178,252,220).

#b2fcdc hex color red value is 178, green value is 252 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b2fcdc hue: 0.43 , saturation: 0.93 and the lightness value of b2fcdc is 0.84.

The process color (four color CMYK) of #b2fcdc color hex is 0.29, 0.00, 0.13, 0.01. Web safe color of #b2fcdc is #99ffcc. Color #b2fcdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111100 11011100
Octal 262 374 334
Decimal 178 252 220
Hex B2 FC DC

RGB Percentages of Color #b2fcdc

%27.38
%38.77
%33.85

CMYK Percentages of Color #b2fcdc

%29
%0
%13
%1

Triadic Colors of #b2fcdc

#b2fcdc #dcb2fc #fcdcb2

Analogous Colors of #b2fcdc

#b2fcdc #b2f7fc #b2fcb7

Monochromatic Colors of #b2fcdc

#b2fcdc

Complementary Color

#b2fcdc #fcb2d2

#b2fcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2fcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2fcdc Color CSS Codes

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

#b2fcdc Text Font Color

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

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


#b2fcdc Background Color

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

This div background color is #b2fcdc


#b2fcdc Border Color

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

This div border color is #b2fcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2fcdc

Related Colors


Comments

No comments written yet.

Please login to write comment.