Color Hex Logo

#bcaeaf Color Hex

#BCAEAF
(188,174,175)
0 Favorites   0 Comments

Color spaces of #bcaeaf

RGB 188174175
HSL0.990.090.71
HSV356°74°
CMYK 0.000.070.07   0.26
XYZ43.613044.058646.7630
Yxy44.05860.32440.3277
Hunter Lab66.37671.12494.6933
CIE-Lab72.26765.18821.2897

#bcaeaf color RGB value is (188,174,175).

#bcaeaf hex color red value is 188, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bcaeaf hue: 0.99 , saturation: 0.09 and the lightness value of bcaeaf is 0.71.

The process color (four color CMYK) of #bcaeaf color hex is 0.00, 0.07, 0.07, 0.26. Web safe color of #bcaeaf is #cc9999. Color #bcaeaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 10101111
Octal 274 256 257
Decimal 188 174 175
Hex BC AE AF

RGB Percentages of Color #bcaeaf

%35.01
%32.40
%32.59

CMYK Percentages of Color #bcaeaf

%0
%7
%7
%26

Triadic Colors of #bcaeaf

#bcaeaf #afbcae #aeafbc

Analogous Colors of #bcaeaf

#bcaeaf #bcb4ae #bcaeb6

Monochromatic Colors of #bcaeaf

#bcaeaf

Complementary Color

#bcaeaf #aebcbb

#bcaeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaeaf Color CSS Codes

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

#bcaeaf Text Font Color

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

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


#bcaeaf Background Color

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

This div background color is #bcaeaf


#bcaeaf Border Color

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

This div border color is #bcaeaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,174,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 #bcaeaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaeaf


Comments

No comments written yet.

Please login to write comment.