Color Hex Logo

#bcf8b5 Color Hex

#BCF8B5
(188,248,181)
0 Favorites   0 Comments

Color spaces of #bcf8b5

RGB 188248181
HSL0.320.830.84
HSV114°27°97°
CMYK 0.240.000.27   0.03
XYZ62.646981.162456.0801
Yxy81.16240.31340.4060
Hunter Lab90.0902-33.532526.1558
CIE-Lab92.2039-31.261426.2415

#bcf8b5 color RGB value is (188,248,181).

#bcf8b5 hex color red value is 188, green value is 248 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #bcf8b5 hue: 0.32 , saturation: 0.83 and the lightness value of bcf8b5 is 0.84.

The process color (four color CMYK) of #bcf8b5 color hex is 0.24, 0.00, 0.27, 0.03. Web safe color of #bcf8b5 is #ccffcc. Color #bcf8b5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111000 10110101
Octal 274 370 265
Decimal 188 248 181
Hex BC F8 B5

RGB Percentages of Color #bcf8b5

%30.47
%40.19
%29.34

CMYK Percentages of Color #bcf8b5

%24
%0
%27
%3

Triadic Colors of #bcf8b5

#bcf8b5 #b5bcf8 #f8b5bc

Analogous Colors of #bcf8b5

#bcf8b5 #b5f8d0 #def8b5

Monochromatic Colors of #bcf8b5

#bcf8b5

Complementary Color

#bcf8b5 #f1b5f8

#bcf8b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf8b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf8b5 Color CSS Codes

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

#bcf8b5 Text Font Color

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

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


#bcf8b5 Background Color

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

This div background color is #bcf8b5


#bcf8b5 Border Color

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

This div border color is #bcf8b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf8b5


Comments

No comments written yet.

Please login to write comment.