Color Hex Logo

#bca090 Color Hex

#BCA090
(188,160,144)
0 Favorites   0 Comments

Color spaces of #bca090

RGB 188160144
HSL0.060.250.65
HSV22°23°74°
CMYK 0.000.150.23   0.26
XYZ38.343937.846631.6697
Yxy37.84660.35550.3509
Hunter Lab61.51963.596112.5418
CIE-Lab67.90747.780412.1551

#bca090 color RGB value is (188,160,144).

#bca090 hex color red value is 188, green value is 160 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bca090 hue: 0.06 , saturation: 0.25 and the lightness value of bca090 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100000 10010000
Octal 274 240 220
Decimal 188 160 144
Hex BC A0 90

RGB Percentages of Color #bca090

%38.21
%32.52
%29.27

CMYK Percentages of Color #bca090

%0
%15
%23
%26

Triadic Colors of #bca090

#bca090 #90bca0 #a090bc

Analogous Colors of #bca090

#bca090 #bcb690 #bc9096

Monochromatic Colors of #bca090

#bca090

Complementary Color

#bca090 #90acbc

#bca090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca090 Color CSS Codes

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

#bca090 Text Font Color

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

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


#bca090 Background Color

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

This div background color is #bca090


#bca090 Border Color

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

This div border color is #bca090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca090


Comments

No comments written yet.

Please login to write comment.