Color Hex Logo

#b5fccb Color Hex

#B5FCCB
(181,252,203)
0 Favorites   0 Comments

Color spaces of #b5fccb

RGB 181252203
HSL0.380.920.85
HSV139°28°99°
CMYK 0.280.000.19   0.01
XYZ64.646083.756469.2593
Yxy83.75640.29700.3848
Hunter Lab91.5185-34.070319.1935
CIE-Lab93.3446-31.598116.5222

#b5fccb color RGB value is (181,252,203).

#b5fccb hex color red value is 181, green value is 252 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b5fccb hue: 0.38 , saturation: 0.92 and the lightness value of b5fccb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111100 11001011
Octal 265 374 313
Decimal 181 252 203
Hex B5 FC CB

RGB Percentages of Color #b5fccb

%28.46
%39.62
%31.92

CMYK Percentages of Color #b5fccb

%28
%0
%19
%1

Triadic Colors of #b5fccb

#b5fccb #cbb5fc #fccbb5

Analogous Colors of #b5fccb

#b5fccb #b5fcef #c3fcb5

Monochromatic Colors of #b5fccb

#b5fccb

Complementary Color

#b5fccb #fcb5e6

#b5fccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5fccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5fccb Color CSS Codes

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

#b5fccb Text Font Color

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

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


#b5fccb Background Color

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

This div background color is #b5fccb


#b5fccb Border Color

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

This div border color is #b5fccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5fccb


Comments

No comments written yet.

Please login to write comment.