Color Hex Logo

#b2fcda Color Hex

#B2FCDA
(178,252,218)
0 Favorites   0 Comments

Color spaces of #b2fcda

RGB 178252218
HSL0.420.930.84
HSV152°29°99°
CMYK 0.290.000.13   0.01
XYZ65.825484.147779.1024
Yxy84.14770.28740.3673
Hunter Lab91.7321-32.442513.0855
CIE-Lab93.5146-29.67309.0251

#b2fcda color RGB value is (178,252,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111100 11011010
Octal 262 374 332
Decimal 178 252 218
Hex B2 FC DA

RGB Percentages of Color #b2fcda

%27.47
%38.89
%33.64

CMYK Percentages of Color #b2fcda

%29
%0
%13
%1

Triadic Colors of #b2fcda

#b2fcda #dab2fc #fcdab2

Analogous Colors of #b2fcda

#b2fcda #b2f9fc #b2fcb5

Monochromatic Colors of #b2fcda

#b2fcda

Complementary Color

#b2fcda #fcb2d4

#b2fcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2fcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2fcda Color CSS Codes

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

#b2fcda Text Font Color

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

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


#b2fcda Background Color

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

This div background color is #b2fcda


#b2fcda Border Color

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

This div border color is #b2fcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2fcda


Comments

No comments written yet.

Please login to write comment.