Color Hex Logo

#bcd0ee Color Hex

#BCD0EE
(188,208,238)
0 Favorites   0 Comments

Color spaces of #bcd0ee

RGB 188208238
HSL0.600.600.84
HSV216°21°93°
CMYK 0.210.130.00   0.07
XYZ58.727561.976289.7562
Yxy61.97620.27900.2945
Hunter Lab78.7250-4.6107-12.4905
CIE-Lab82.9008-0.4323-17.0089

#bcd0ee color RGB value is (188,208,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 11101110
Octal 274 320 356
Decimal 188 208 238
Hex BC D0 EE

RGB Percentages of Color #bcd0ee

%29.65
%32.81
%37.54

CMYK Percentages of Color #bcd0ee

%21
%13
%0
%7

Triadic Colors of #bcd0ee

#bcd0ee #eebcd0 #d0eebc

Analogous Colors of #bcd0ee

#bcd0ee #c1bcee #bce9ee

Monochromatic Colors of #bcd0ee

#bcd0ee

Complementary Color

#bcd0ee #eedabc

#bcd0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd0ee Color CSS Codes

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

#bcd0ee Text Font Color

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

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


#bcd0ee Background Color

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

This div background color is #bcd0ee


#bcd0ee Border Color

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

This div border color is #bcd0ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd0ee


Comments

No comments written yet.

Please login to write comment.