Color Hex Logo

#bceadd Color Hex

#BCEADD
(188,234,221)
0 Favorites   0 Comments

Color spaces of #bceadd

RGB 188234221
HSL0.450.520.83
HSV163°20°92°
CMYK 0.200.000.06   0.08
XYZ63.213074.757579.5046
Yxy74.75750.29070.3438
Hunter Lab86.4624-20.80726.0049
CIE-Lab89.2793-17.34851.4186

#bceadd color RGB value is (188,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 11011101
Octal 274 352 335
Decimal 188 234 221
Hex BC EA DD

RGB Percentages of Color #bceadd

%29.24
%36.39
%34.37

CMYK Percentages of Color #bceadd

%20
%0
%6
%8

Triadic Colors of #bceadd

#bceadd #ddbcea #eaddbc

Analogous Colors of #bceadd

#bceadd #bce0ea #bceac6

Monochromatic Colors of #bceadd

#bceadd

Complementary Color

#bceadd #eabcc9

#bceadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceadd Color CSS Codes

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

#bceadd Text Font Color

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

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


#bceadd Background Color

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

This div background color is #bceadd


#bceadd Border Color

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

This div border color is #bceadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceadd


Comments

No comments written yet.

Please login to write comment.