Color Hex Logo

#bccaa6 Color Hex

#BCCAA6
(188,202,166)
0 Favorites   0 Comments

Color spaces of #bccaa6

RGB 188202166
HSL0.230.250.72
HSV83°18°79°
CMYK 0.070.000.18   0.21
XYZ48.742555.685644.2558
Yxy55.68560.32780.3745
Hunter Lab74.6228-13.996317.0734
CIE-Lab79.4345-11.141016.3929

#bccaa6 color RGB value is (188,202,166).

#bccaa6 hex color red value is 188, green value is 202 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #bccaa6 hue: 0.23 , saturation: 0.25 and the lightness value of bccaa6 is 0.72.

The process color (four color CMYK) of #bccaa6 color hex is 0.07, 0.00, 0.18, 0.21. Web safe color of #bccaa6 is #cccc99. Color #bccaa6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 10100110
Octal 274 312 246
Decimal 188 202 166
Hex BC CA A6

RGB Percentages of Color #bccaa6

%33.81
%36.33
%29.86

CMYK Percentages of Color #bccaa6

%7
%0
%18
%21

Triadic Colors of #bccaa6

#bccaa6 #a6bcca #caa6bc

Analogous Colors of #bccaa6

#bccaa6 #aacaa6 #cac6a6

Monochromatic Colors of #bccaa6

#bccaa6

Complementary Color

#bccaa6 #b4a6ca

#bccaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccaa6 Color CSS Codes

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

#bccaa6 Text Font Color

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

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


#bccaa6 Background Color

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

This div background color is #bccaa6


#bccaa6 Border Color

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

This div border color is #bccaa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccaa6


Comments

No comments written yet.

Please login to write comment.