Color Hex Logo

#bcdbef Color Hex

#BCDBEF
(188,219,239)
0 Favorites   0 Comments

Color spaces of #bcdbef

RGB 188219239
HSL0.570.610.84
HSV204°21°94°
CMYK 0.210.080.00   0.06
XYZ61.650567.586491.4575
Yxy67.58640.27930.3062
Hunter Lab82.2109-10.0109-8.4109
CIE-Lab85.7992-5.9743-13.1890

#bcdbef color RGB value is (188,219,239).

#bcdbef hex color red value is 188, green value is 219 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bcdbef hue: 0.57 , saturation: 0.61 and the lightness value of bcdbef is 0.84.

The process color (four color CMYK) of #bcdbef color hex is 0.21, 0.08, 0.00, 0.06. Web safe color of #bcdbef is #ccccff. Color #bcdbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 11101111
Octal 274 333 357
Decimal 188 219 239
Hex BC DB EF

RGB Percentages of Color #bcdbef

%29.10
%33.90
%37.00

CMYK Percentages of Color #bcdbef

%21
%8
%0
%6

Triadic Colors of #bcdbef

#bcdbef #efbcdb #dbefbc

Analogous Colors of #bcdbef

#bcdbef #bcc2ef #bcefea

Monochromatic Colors of #bcdbef

#bcdbef

Complementary Color

#bcdbef #efd0bc

#bcdbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdbef Color CSS Codes

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

#bcdbef Text Font Color

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

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


#bcdbef Background Color

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

This div background color is #bcdbef


#bcdbef Border Color

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

This div border color is #bcdbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdbef


Comments

No comments written yet.

Please login to write comment.