Color Hex Logo

#b3fdcc Color Hex

#B3FDCC
(179,253,204)
0 Favorites   0 Comments

Color spaces of #b3fdcc

RGB 179253204
HSL0.390.950.85
HSV140°29°99°
CMYK 0.290.000.19   0.01
XYZ64.614884.193969.9722
Yxy84.19390.29530.3848
Hunter Lab91.7572-34.876719.0167
CIE-Lab93.5347-32.488116.2617

#b3fdcc color RGB value is (179,253,204).

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

The process color (four color CMYK) of #b3fdcc color hex is 0.29, 0.00, 0.19, 0.01. Web safe color of #b3fdcc is #ccffcc. Color #b3fdcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11111101 11001100
Octal 263 375 314
Decimal 179 253 204
Hex B3 FD CC

RGB Percentages of Color #b3fdcc

%28.14
%39.78
%32.08

CMYK Percentages of Color #b3fdcc

%29
%0
%19
%1

Triadic Colors of #b3fdcc

#b3fdcc #ccb3fd #fdccb3

Analogous Colors of #b3fdcc

#b3fdcc #b3fdf1 #bffdb3

Monochromatic Colors of #b3fdcc

#b3fdcc

Complementary Color

#b3fdcc #fdb3e4

#b3fdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3fdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3fdcc Color CSS Codes

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

#b3fdcc Text Font Color

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

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


#b3fdcc Background Color

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

This div background color is #b3fdcc


#b3fdcc Border Color

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

This div border color is #b3fdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3fdcc

Related Colors


Comments

No comments written yet.

Please login to write comment.