Color Hex Logo

#bcdbe5 Color Hex

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

Color spaces of #bcdbe5

RGB 188219229
HSL0.540.440.82
HSV195°18°90°
CMYK 0.180.040.00   0.10
XYZ60.213467.011583.8897
Yxy67.01150.28520.3174
Hunter Lab81.8606-11.9584-3.4573
CIE-Lab85.5098-8.1161-8.3326

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

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

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

Base Numbers

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

RGB Percentages of Color #bcdbe5

%29.56
%34.43
%36.01

CMYK Percentages of Color #bcdbe5

%18
%4
%0
%10

Triadic Colors of #bcdbe5

#bcdbe5 #e5bcdb #dbe5bc

Analogous Colors of #bcdbe5

#bcdbe5 #bcc7e5 #bce5db

Monochromatic Colors of #bcdbe5

#bcdbe5

Complementary Color

#bcdbe5 #e5c6bc

#bcdbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdbe5 Color CSS Codes

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

#bcdbe5 Text Font Color

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

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


#bcdbe5 Background Color

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

This div background color is #bcdbe5


#bcdbe5 Border Color

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

This div border color is #bcdbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdbe5


Comments

No comments written yet.

Please login to write comment.