Color Hex Logo

#bccaaf Color Hex

#BCCAAF
(188,202,175)
0 Favorites   0 Comments

Color spaces of #bccaaf

RGB 188202175
HSL0.250.200.74
HSV91°13°79°
CMYK 0.070.000.13   0.21
XYZ49.597456.027648.7578
Yxy56.02760.32130.3629
Hunter Lab74.8516-12.714413.7750
CIE-Lab79.6295-9.655211.8668

#bccaaf color RGB value is (188,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 10101111
Octal 274 312 257
Decimal 188 202 175
Hex BC CA AF

RGB Percentages of Color #bccaaf

%33.27
%35.75
%30.97

CMYK Percentages of Color #bccaaf

%7
%0
%13
%21

Triadic Colors of #bccaaf

#bccaaf #afbcca #caafbc

Analogous Colors of #bccaaf

#bccaaf #afcab0 #cacaaf

Monochromatic Colors of #bccaaf

#bccaaf

Complementary Color

#bccaaf #bdafca

#bccaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccaaf Color CSS Codes

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

#bccaaf Text Font Color

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

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


#bccaaf Background Color

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

This div background color is #bccaaf


#bccaaf Border Color

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

This div border color is #bccaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccaaf


Comments

No comments written yet.

Please login to write comment.