Color Hex Logo

#bceacd Color Hex

#BCEACD
(188,234,205)
0 Favorites   0 Comments

Color spaces of #bceacd

RGB 188234205
HSL0.390.520.83
HSV142°20°92°
CMYK 0.200.000.12   0.08
XYZ61.181373.944868.8058
Yxy73.94480.30000.3626
Hunter Lab85.9912-23.484712.7529
CIE-Lab88.8964-20.42509.2291

#bceacd color RGB value is (188,234,205).

#bceacd hex color red value is 188, green value is 234 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bceacd hue: 0.39 , saturation: 0.52 and the lightness value of bceacd is 0.83.

The process color (four color CMYK) of #bceacd color hex is 0.20, 0.00, 0.12, 0.08. Web safe color of #bceacd is #ccffcc. Color #bceacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 11001101
Octal 274 352 315
Decimal 188 234 205
Hex BC EA CD

RGB Percentages of Color #bceacd

%29.98
%37.32
%32.70

CMYK Percentages of Color #bceacd

%20
%0
%12
%8

Triadic Colors of #bceacd

#bceacd #cdbcea #eacdbc

Analogous Colors of #bceacd

#bceacd #bceae4 #c2eabc

Monochromatic Colors of #bceacd

#bceacd

Complementary Color

#bceacd #eabcd9

#bceacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceacd Color CSS Codes

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

#bceacd Text Font Color

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

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


#bceacd Background Color

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

This div background color is #bceacd


#bceacd Border Color

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

This div border color is #bceacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceacd


Comments

No comments written yet.

Please login to write comment.