Color Hex Logo

#bceddb Color Hex

#BCEDDB
(188,237,219)
0 Favorites   0 Comments

Color spaces of #bceddb

RGB 188237219
HSL0.440.580.83
HSV158°21°93°
CMYK 0.210.000.08   0.07
XYZ63.809476.374278.3964
Yxy76.37420.29190.3494
Hunter Lab87.3923-22.60507.9878
CIE-Lab90.0328-19.22823.5585

#bceddb color RGB value is (188,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 11011011
Octal 274 355 333
Decimal 188 237 219
Hex BC ED DB

RGB Percentages of Color #bceddb

%29.19
%36.80
%34.01

CMYK Percentages of Color #bceddb

%21
%0
%8
%7

Triadic Colors of #bceddb

#bceddb #dbbced #eddbbc

Analogous Colors of #bceddb

#bceddb #bce7ed #bcedc3

Monochromatic Colors of #bceddb

#bceddb

Complementary Color

#bceddb #edbcce

#bceddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceddb Color CSS Codes

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

#bceddb Text Font Color

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

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


#bceddb Background Color

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

This div background color is #bceddb


#bceddb Border Color

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

This div border color is #bceddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceddb


Comments

No comments written yet.

Please login to write comment.