Color Hex Logo

#bce5db Color Hex

#BCE5DB
(188,229,219)
0 Favorites   0 Comments

Color spaces of #bce5db

RGB 188229219
HSL0.460.440.82
HSV165°18°90°
CMYK 0.180.000.04   0.10
XYZ61.544571.844577.6415
Yxy71.84450.29160.3404
Hunter Lab84.7611-18.72435.0229
CIE-Lab87.8937-15.25040.4476

#bce5db color RGB value is (188,229,219).

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

The process color (four color CMYK) of #bce5db color hex is 0.18, 0.00, 0.04, 0.10. Web safe color of #bce5db is #cccccc. Color #bce5db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100101 11011011
Octal 274 345 333
Decimal 188 229 219
Hex BC E5 DB

RGB Percentages of Color #bce5db

%29.56
%36.01
%34.43

CMYK Percentages of Color #bce5db

%18
%0
%4
%10

Triadic Colors of #bce5db

#bce5db #dbbce5 #e5dbbc

Analogous Colors of #bce5db

#bce5db #bcdbe5 #bce5c7

Monochromatic Colors of #bce5db

#bce5db

Complementary Color

#bce5db #e5bcc6

#bce5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce5db Color CSS Codes

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

#bce5db Text Font Color

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

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


#bce5db Background Color

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

This div background color is #bce5db


#bce5db Border Color

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

This div border color is #bce5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce5db


Comments

No comments written yet.

Please login to write comment.