Color Hex Logo

#bccfab Color Hex

#BCCFAB
(188,207,171)
0 Favorites   0 Comments

Color spaces of #bccfab

RGB 188207171
HSL0.250.270.74
HSV92°17°81°
CMYK 0.090.000.17   0.19
XYZ50.402558.257347.1164
Yxy58.25730.32360.3740
Hunter Lab76.3265-15.698116.8288
CIE-Lab80.8816-12.885815.7622

#bccfab color RGB value is (188,207,171).

#bccfab hex color red value is 188, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bccfab hue: 0.25 , saturation: 0.27 and the lightness value of bccfab is 0.74.

The process color (four color CMYK) of #bccfab color hex is 0.09, 0.00, 0.17, 0.19. Web safe color of #bccfab is #cccc99. Color #bccfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 10101011
Octal 274 317 253
Decimal 188 207 171
Hex BC CF AB

RGB Percentages of Color #bccfab

%33.22
%36.57
%30.21

CMYK Percentages of Color #bccfab

%9
%0
%17
%19

Triadic Colors of #bccfab

#bccfab #abbccf #cfabbc

Analogous Colors of #bccfab

#bccfab #abcfac #cecfab

Monochromatic Colors of #bccfab

#bccfab

Complementary Color

#bccfab #beabcf

#bccfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccfab Color CSS Codes

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

#bccfab Text Font Color

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

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


#bccfab Background Color

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

This div background color is #bccfab


#bccfab Border Color

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

This div border color is #bccfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccfab


Comments

No comments written yet.

Please login to write comment.