Color Hex Logo

#b5fcca Color Hex

#B5FCCA
(181,252,202)
0 Favorites   0 Comments

Color spaces of #b5fcca

RGB 181252202
HSL0.380.920.85
HSV138°28°99°
CMYK 0.280.000.20   0.01
XYZ64.527183.708868.6336
Yxy83.70880.29750.3860
Hunter Lab91.4925-34.220919.5680
CIE-Lab93.3239-31.778617.0060

#b5fcca color RGB value is (181,252,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111100 11001010
Octal 265 374 312
Decimal 181 252 202
Hex B5 FC CA

RGB Percentages of Color #b5fcca

%28.50
%39.69
%31.81

CMYK Percentages of Color #b5fcca

%28
%0
%20
%1

Triadic Colors of #b5fcca

#b5fcca #cab5fc #fccab5

Analogous Colors of #b5fcca

#b5fcca #b5fcee #c4fcb5

Monochromatic Colors of #b5fcca

#b5fcca

Complementary Color

#b5fcca #fcb5e7

#b5fcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5fcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5fcca Color CSS Codes

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

#b5fcca Text Font Color

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

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


#b5fcca Background Color

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

This div background color is #b5fcca


#b5fcca Border Color

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

This div border color is #b5fcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5fcca

Related Colors


Comments

No comments written yet.

Please login to write comment.