Color Hex Logo

#bcdfeb Color Hex

#BCDFEB
(188,223,235)
0 Favorites   0 Comments

Color spaces of #bcdfeb

RGB 188223235
HSL0.540.540.83
HSV195°20°92°
CMYK 0.200.050.00   0.08
XYZ62.122169.464988.7311
Yxy69.46490.28200.3153
Hunter Lab83.3456-12.8089-4.7792
CIE-Lab86.7337-8.9016-9.6836

#bcdfeb color RGB value is (188,223,235).

#bcdfeb hex color red value is 188, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bcdfeb hue: 0.54 , saturation: 0.54 and the lightness value of bcdfeb is 0.83.

The process color (four color CMYK) of #bcdfeb color hex is 0.20, 0.05, 0.00, 0.08. Web safe color of #bcdfeb is #ccccff. Color #bcdfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 11101011
Octal 274 337 353
Decimal 188 223 235
Hex BC DF EB

RGB Percentages of Color #bcdfeb

%29.10
%34.52
%36.38

CMYK Percentages of Color #bcdfeb

%20
%5
%0
%8

Triadic Colors of #bcdfeb

#bcdfeb #ebbcdf #dfebbc

Analogous Colors of #bcdfeb

#bcdfeb #bcc8eb #bcebe0

Monochromatic Colors of #bcdfeb

#bcdfeb

Complementary Color

#bcdfeb #ebc8bc

#bcdfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfeb Color CSS Codes

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

#bcdfeb Text Font Color

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

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


#bcdfeb Background Color

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

This div background color is #bcdfeb


#bcdfeb Border Color

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

This div border color is #bcdfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfeb


Comments

No comments written yet.

Please login to write comment.