Color Hex Logo

#bbfdc4 Color Hex

#BBFDC4
(187,253,196)
0 Favorites   0 Comments

Color spaces of #bbfdc4

RGB 187253196
HSL0.360.940.86
HSV128°26°99°
CMYK 0.260.000.23   0.01
XYZ65.582684.800965.1362
Yxy84.80090.30430.3935
Hunter Lab92.0874-34.029222.5236
CIE-Lab93.7973-31.435820.7859

#bbfdc4 color RGB value is (187,253,196).

#bbfdc4 hex color red value is 187, green value is 253 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #bbfdc4 hue: 0.36 , saturation: 0.94 and the lightness value of bbfdc4 is 0.86.

The process color (four color CMYK) of #bbfdc4 color hex is 0.26, 0.00, 0.23, 0.01. Web safe color of #bbfdc4 is #ccffcc. Color #bbfdc4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111101 11000100
Octal 273 375 304
Decimal 187 253 196
Hex BB FD C4

RGB Percentages of Color #bbfdc4

%29.40
%39.78
%30.82

CMYK Percentages of Color #bbfdc4

%26
%0
%23
%1

Triadic Colors of #bbfdc4

#bbfdc4 #c4bbfd #fdc4bb

Analogous Colors of #bbfdc4

#bbfdc4 #bbfde5 #d3fdbb

Monochromatic Colors of #bbfdc4

#bbfdc4

Complementary Color

#bbfdc4 #fdbbf4

#bbfdc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfdc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfdc4 Color CSS Codes

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

#bbfdc4 Text Font Color

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

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


#bbfdc4 Background Color

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

This div background color is #bbfdc4


#bbfdc4 Border Color

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

This div border color is #bbfdc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfdc4

Related Colors


Comments

No comments written yet.

Please login to write comment.