Color Hex Logo

#bcebdb Color Hex

#BCEBDB
(188,235,219)
0 Favorites   0 Comments

Color spaces of #bcebdb

RGB 188235219
HSL0.440.540.83
HSV160°20°92°
CMYK 0.200.000.07   0.08
XYZ63.233675.222578.2045
Yxy75.22250.29190.3472
Hunter Lab86.7309-21.63877.2504
CIE-Lab89.4971-18.24012.7813

#bcebdb color RGB value is (188,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 11011011
Octal 274 353 333
Decimal 188 235 219
Hex BC EB DB

RGB Percentages of Color #bcebdb

%29.28
%36.60
%34.11

CMYK Percentages of Color #bcebdb

%20
%0
%7
%8

Triadic Colors of #bcebdb

#bcebdb #dbbceb #ebdbbc

Analogous Colors of #bcebdb

#bcebdb #bce4eb #bcebc4

Monochromatic Colors of #bcebdb

#bcebdb

Complementary Color

#bcebdb #ebbccc

#bcebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcebdb Color CSS Codes

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

#bcebdb Text Font Color

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

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


#bcebdb Background Color

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

This div background color is #bcebdb


#bcebdb Border Color

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

This div border color is #bcebdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,235,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 #bcebdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcebdb


Comments

No comments written yet.

Please login to write comment.