Color Hex Logo

#bcefde Color Hex

#BCEFDE
(188,239,222)
0 Favorites   0 Comments

Color spaces of #bcefde

RGB 188239222
HSL0.440.610.84
HSV160°21°94°
CMYK 0.210.000.07   0.06
XYZ64.790477.698380.6897
Yxy77.69830.29030.3481
Hunter Lab88.1466-23.05387.4284
CIE-Lab90.6421-19.62212.8778

#bcefde color RGB value is (188,239,222).

#bcefde hex color red value is 188, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bcefde hue: 0.44 , saturation: 0.61 and the lightness value of bcefde is 0.84.

The process color (four color CMYK) of #bcefde color hex is 0.21, 0.00, 0.07, 0.06. Web safe color of #bcefde is #ccffcc. Color #bcefde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 11011110
Octal 274 357 336
Decimal 188 239 222
Hex BC EF DE

RGB Percentages of Color #bcefde

%28.97
%36.83
%34.21

CMYK Percentages of Color #bcefde

%21
%0
%7
%6

Triadic Colors of #bcefde

#bcefde #debcef #efdebc

Analogous Colors of #bcefde

#bcefde #bce7ef #bcefc5

Monochromatic Colors of #bcefde

#bcefde

Complementary Color

#bcefde #efbccd

#bcefde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcefde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcefde Color CSS Codes

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

#bcefde Text Font Color

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

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


#bcefde Background Color

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

This div background color is #bcefde


#bcefde Border Color

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

This div border color is #bcefde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcefde


Comments

No comments written yet.

Please login to write comment.