Color Hex Logo

#bcdac3 Color Hex

#BCDAC3
(188,218,195)
0 Favorites   0 Comments

Color spaces of #bcdac3

RGB 188218195
HSL0.370.290.80
HSV134°14°85°
CMYK 0.140.000.11   0.15
XYZ55.660864.774361.1988
Yxy64.77430.30640.3566
Hunter Lab80.4825-17.395711.2537
CIE-Lab84.3673-14.29927.9937

#bcdac3 color RGB value is (188,218,195).

#bcdac3 hex color red value is 188, green value is 218 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #bcdac3 hue: 0.37 , saturation: 0.29 and the lightness value of bcdac3 is 0.80.

The process color (four color CMYK) of #bcdac3 color hex is 0.14, 0.00, 0.11, 0.15. Web safe color of #bcdac3 is #cccccc. Color #bcdac3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 11000011
Octal 274 332 303
Decimal 188 218 195
Hex BC DA C3

RGB Percentages of Color #bcdac3

%31.28
%36.27
%32.45

CMYK Percentages of Color #bcdac3

%14
%0
%11
%15

Triadic Colors of #bcdac3

#bcdac3 #c3bcda #dac3bc

Analogous Colors of #bcdac3

#bcdac3 #bcdad2 #c4dabc

Monochromatic Colors of #bcdac3

#bcdac3

Complementary Color

#bcdac3 #dabcd3

#bcdac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdac3 Color CSS Codes

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

#bcdac3 Text Font Color

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

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


#bcdac3 Background Color

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

This div background color is #bcdac3


#bcdac3 Border Color

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

This div border color is #bcdac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdac3


Comments

No comments written yet.

Please login to write comment.