Color Hex Logo

#bceffd Color Hex

#BCEFFD
(188,239,253)
0 Favorites   0 Comments

Color spaces of #bceffd

RGB 188239253
HSL0.540.940.86
HSV193°26°99°
CMYK 0.260.060.00   0.01
XYZ69.335279.5162104.6223
Yxy79.51620.27350.3137
Hunter Lab89.1719-17.2588-7.1426
CIE-Lab91.4673-13.1219-12.0680

#bceffd color RGB value is (188,239,253).

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

The process color (four color CMYK) of #bceffd color hex is 0.26, 0.06, 0.00, 0.01. Web safe color of #bceffd is #ccffff. Color #bceffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 11111101
Octal 274 357 375
Decimal 188 239 253
Hex BC EF FD

RGB Percentages of Color #bceffd

%27.65
%35.15
%37.21

CMYK Percentages of Color #bceffd

%26
%6
%0
%1

Triadic Colors of #bceffd

#bceffd #fdbcef #effdbc

Analogous Colors of #bceffd

#bceffd #bccffd #bcfdeb

Monochromatic Colors of #bceffd

#bceffd

Complementary Color

#bceffd #fdcabc

#bceffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceffd Color CSS Codes

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

#bceffd Text Font Color

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

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


#bceffd Background Color

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

This div background color is #bceffd


#bceffd Border Color

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

This div border color is #bceffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceffd


Comments

No comments written yet.

Please login to write comment.