Color Hex Logo

#bcdcee Color Hex

#BCDCEE
(188,220,238)
0 Favorites   0 Comments

Color spaces of #bcdcee

RGB 188220238
HSL0.560.600.84
HSV202°21°93°
CMYK 0.210.080.00   0.07
XYZ61.764968.050890.7687
Yxy68.05080.28000.3085
Hunter Lab82.4929-10.7143-7.4930
CIE-Lab86.0318-6.7095-12.3130

#bcdcee color RGB value is (188,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 11101110
Octal 274 334 356
Decimal 188 220 238
Hex BC DC EE

RGB Percentages of Color #bcdcee

%29.10
%34.06
%36.84

CMYK Percentages of Color #bcdcee

%21
%8
%0
%7

Triadic Colors of #bcdcee

#bcdcee #eebcdc #dceebc

Analogous Colors of #bcdcee

#bcdcee #bcc3ee #bceee7

Monochromatic Colors of #bcdcee

#bcdcee

Complementary Color

#bcdcee #eecebc

#bcdcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdcee Color CSS Codes

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

#bcdcee Text Font Color

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

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


#bcdcee Background Color

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

This div background color is #bcdcee


#bcdcee Border Color

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

This div border color is #bcdcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdcee

#bcdcee Color Palettes


Comments

No comments written yet.

Please login to write comment.