Color Hex Logo

#bceefd Color Hex

#BCEEFD
(188,238,253)
0 Favorites   0 Comments

Color spaces of #bceefd

RGB 188238253
HSL0.540.940.86
HSV194°26°99°
CMYK 0.260.060.00   0.01
XYZ69.043278.9323104.5250
Yxy78.93230.27340.3126
Hunter Lab88.8439-16.7591-7.5641
CIE-Lab91.2037-12.6180-12.4614

#bceefd color RGB value is (188,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 11111101
Octal 274 356 375
Decimal 188 238 253
Hex BC EE FD

RGB Percentages of Color #bceefd

%27.69
%35.05
%37.26

CMYK Percentages of Color #bceefd

%26
%6
%0
%1

Triadic Colors of #bceefd

#bceefd #fdbcee #eefdbc

Analogous Colors of #bceefd

#bceefd #bccefd #bcfdec

Monochromatic Colors of #bceefd

#bceefd

Complementary Color

#bceefd #fdcbbc

#bceefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceefd Color CSS Codes

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

#bceefd Text Font Color

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

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


#bceefd Background Color

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

This div background color is #bceefd


#bceefd Border Color

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

This div border color is #bceefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceefd

Related Colors


Comments

No comments written yet.

Please login to write comment.