Color Hex Logo

#bcd0ef Color Hex

#BCD0EF
(188,208,239)
0 Favorites   0 Comments

Color spaces of #bcd0ef

RGB 188208239
HSL0.600.610.84
HSV216°21°94°
CMYK 0.210.130.00   0.06
XYZ58.874962.035190.5323
Yxy62.03510.27840.2934
Hunter Lab78.7624-4.4053-13.0164
CIE-Lab82.9321-0.2113-17.4938

#bcd0ef color RGB value is (188,208,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 11101111
Octal 274 320 357
Decimal 188 208 239
Hex BC D0 EF

RGB Percentages of Color #bcd0ef

%29.61
%32.76
%37.64

CMYK Percentages of Color #bcd0ef

%21
%13
%0
%6

Triadic Colors of #bcd0ef

#bcd0ef #efbcd0 #d0efbc

Analogous Colors of #bcd0ef

#bcd0ef #c2bcef #bceaef

Monochromatic Colors of #bcd0ef

#bcd0ef

Complementary Color

#bcd0ef #efdbbc

#bcd0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd0ef Color CSS Codes

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

#bcd0ef Text Font Color

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

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


#bcd0ef Background Color

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

This div background color is #bcd0ef


#bcd0ef Border Color

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

This div border color is #bcd0ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd0ef


Comments

No comments written yet.

Please login to write comment.