Color Hex Logo

#b2fdcc Color Hex

#B2FDCC
(178,253,204)
0 Favorites   0 Comments

Color spaces of #b2fdcc

RGB 178253204
HSL0.390.950.85
HSV141°30°99°
CMYK 0.300.000.19   0.01
XYZ64.384584.075269.9615
Yxy84.07520.29480.3849
Hunter Lab91.6925-35.123118.9464
CIE-Lab93.4832-32.789016.1817

#b2fdcc color RGB value is (178,253,204).

#b2fdcc hex color red value is 178, green value is 253 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b2fdcc hue: 0.39 , saturation: 0.95 and the lightness value of b2fdcc is 0.85.

The process color (four color CMYK) of #b2fdcc color hex is 0.30, 0.00, 0.19, 0.01. Web safe color of #b2fdcc is #99ffcc. Color #b2fdcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111101 11001100
Octal 262 375 314
Decimal 178 253 204
Hex B2 FD CC

RGB Percentages of Color #b2fdcc

%28.03
%39.84
%32.13

CMYK Percentages of Color #b2fdcc

%30
%0
%19
%1

Triadic Colors of #b2fdcc

#b2fdcc #ccb2fd #fdccb2

Analogous Colors of #b2fdcc

#b2fdcc #b2fdf2 #befdb2

Monochromatic Colors of #b2fdcc

#b2fdcc

Complementary Color

#b2fdcc #fdb2e3

#b2fdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2fdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2fdcc Color CSS Codes

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

#b2fdcc Text Font Color

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

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


#b2fdcc Background Color

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

This div background color is #b2fdcc


#b2fdcc Border Color

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

This div border color is #b2fdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2fdcc

Related Colors


Comments

No comments written yet.

Please login to write comment.