Color Hex Logo

#bccefd Color Hex

#BCCEFD
(188,206,253)
0 Favorites   0 Comments

Color spaces of #bccefd

RGB 188206253
HSL0.620.940.86
HSV223°26°99°
CMYK 0.260.190.00   0.01
XYZ60.540061.9258101.6906
Yxy61.92580.27010.2763
Hunter Lab78.6929-0.3892-21.5322
CIE-Lab82.87394.0201-25.0232

#bccefd color RGB value is (188,206,253).

#bccefd hex color red value is 188, green value is 206 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bccefd hue: 0.62 , saturation: 0.94 and the lightness value of bccefd is 0.86.

The process color (four color CMYK) of #bccefd color hex is 0.26, 0.19, 0.00, 0.01. Web safe color of #bccefd is #ccccff. Color #bccefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 11111101
Octal 274 316 375
Decimal 188 206 253
Hex BC CE FD

RGB Percentages of Color #bccefd

%29.06
%31.84
%39.10

CMYK Percentages of Color #bccefd

%26
%19
%0
%1

Triadic Colors of #bccefd

#bccefd #fdbcce #cefdbc

Analogous Colors of #bccefd

#bccefd #cbbcfd #bceffd

Monochromatic Colors of #bccefd

#bccefd

Complementary Color

#bccefd #fdebbc

#bccefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccefd Color CSS Codes

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

#bccefd Text Font Color

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

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


#bccefd Background Color

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

This div background color is #bccefd


#bccefd Border Color

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

This div border color is #bccefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccefd


Comments

No comments written yet.

Please login to write comment.