Color Hex Logo

#b4fcca Color Hex

#B4FCCA
(180,252,202)
0 Favorites   0 Comments

Color spaces of #b4fcca

RGB 180252202
HSL0.380.920.85
HSV138°29°99°
CMYK 0.290.000.20   0.01
XYZ64.293583.588468.6227
Yxy83.58840.29700.3861
Hunter Lab91.4267-34.471119.4970
CIE-Lab93.2714-32.083516.9247

#b4fcca color RGB value is (180,252,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111100 11001010
Octal 264 374 312
Decimal 180 252 202
Hex B4 FC CA

RGB Percentages of Color #b4fcca

%28.39
%39.75
%31.86

CMYK Percentages of Color #b4fcca

%29
%0
%20
%1

Triadic Colors of #b4fcca

#b4fcca #cab4fc #fccab4

Analogous Colors of #b4fcca

#b4fcca #b4fcee #c2fcb4

Monochromatic Colors of #b4fcca

#b4fcca

Complementary Color

#b4fcca #fcb4e6

#b4fcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fcca Color CSS Codes

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

#b4fcca Text Font Color

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

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


#b4fcca Background Color

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

This div background color is #b4fcca


#b4fcca Border Color

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

This div border color is #b4fcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fcca

Related Colors


Comments

No comments written yet.

Please login to write comment.