Color Hex Logo

#bceadb Color Hex

#BCEADB
(188,234,219)
0 Favorites   0 Comments

Color spaces of #bceadb

RGB 188234219
HSL0.450.520.83
HSV160°20°92°
CMYK 0.200.000.06   0.08
XYZ62.948074.651578.1093
Yxy74.65150.29180.3461
Hunter Lab86.4011-21.15486.8808
CIE-Lab89.2295-17.74472.3926

#bceadb color RGB value is (188,234,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 11011011
Octal 274 352 333
Decimal 188 234 219
Hex BC EA DB

RGB Percentages of Color #bceadb

%29.33
%36.51
%34.17

CMYK Percentages of Color #bceadb

%20
%0
%6
%8

Triadic Colors of #bceadb

#bceadb #dbbcea #eadbbc

Analogous Colors of #bceadb

#bceadb #bce2ea #bceac4

Monochromatic Colors of #bceadb

#bceadb

Complementary Color

#bceadb #eabccb

#bceadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceadb Color CSS Codes

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

#bceadb Text Font Color

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

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


#bceadb Background Color

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

This div background color is #bceadb


#bceadb Border Color

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

This div border color is #bceadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceadb


Comments

No comments written yet.

Please login to write comment.