Color Hex Logo

#bccab4 Color Hex

#BCCAB4
(188,202,180)
0 Favorites   0 Comments

Color spaces of #bccab4

RGB 188202180
HSL0.270.170.75
HSV98°11°79°
CMYK 0.070.000.11   0.21
XYZ50.097856.227751.3926
Yxy56.22770.31760.3565
Hunter Lab74.9851-11.967611.8540
CIE-Lab79.7432-8.79619.3549

#bccab4 color RGB value is (188,202,180).

#bccab4 hex color red value is 188, green value is 202 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #bccab4 hue: 0.27 , saturation: 0.17 and the lightness value of bccab4 is 0.75.

The process color (four color CMYK) of #bccab4 color hex is 0.07, 0.00, 0.11, 0.21. Web safe color of #bccab4 is #cccccc. Color #bccab4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 10110100
Octal 274 312 264
Decimal 188 202 180
Hex BC CA B4

RGB Percentages of Color #bccab4

%32.98
%35.44
%31.58

CMYK Percentages of Color #bccab4

%7
%0
%11
%21

Triadic Colors of #bccab4

#bccab4 #b4bcca #cab4bc

Analogous Colors of #bccab4

#bccab4 #b4cab7 #c7cab4

Monochromatic Colors of #bccab4

#bccab4

Complementary Color

#bccab4 #c2b4ca

#bccab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccab4 Color CSS Codes

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

#bccab4 Text Font Color

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

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


#bccab4 Background Color

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

This div background color is #bccab4


#bccab4 Border Color

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

This div border color is #bccab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccab4


Comments

No comments written yet.

Please login to write comment.