Color Hex Logo

#bcedfd Color Hex

#BCEDFD
(188,237,253)
0 Favorites   0 Comments

Color spaces of #bcedfd

RGB 188237253
HSL0.540.940.86
HSV195°26°99°
CMYK 0.260.060.00   0.01
XYZ68.752878.3516104.4282
Yxy78.35160.27330.3115
Hunter Lab88.5164-16.2586-7.9865
CIE-Lab90.9401-12.1131-12.8549

#bcedfd color RGB value is (188,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 11111101
Octal 274 355 375
Decimal 188 237 253
Hex BC ED FD

RGB Percentages of Color #bcedfd

%27.73
%34.96
%37.32

CMYK Percentages of Color #bcedfd

%26
%6
%0
%1

Triadic Colors of #bcedfd

#bcedfd #fdbced #edfdbc

Analogous Colors of #bcedfd

#bcedfd #bccdfd #bcfded

Monochromatic Colors of #bcedfd

#bcedfd

Complementary Color

#bcedfd #fdccbc

#bcedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcedfd Color CSS Codes

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

#bcedfd Text Font Color

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

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


#bcedfd Background Color

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

This div background color is #bcedfd


#bcedfd Border Color

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

This div border color is #bcedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcedfd

Related Colors


Comments

No comments written yet.

Please login to write comment.