Color Hex Logo

#bcefed Color Hex

#BCEFED
(188,239,237)
0 Favorites   0 Comments

Color spaces of #bcefed

RGB 188239237
HSL0.490.610.84
HSV178°21°94°
CMYK 0.210.000.01   0.06
XYZ66.891678.538891.7547
Yxy78.53880.28200.3311
Hunter Lab88.6221-20.35770.6497
CIE-Lab91.0252-16.5671-4.3828

#bcefed color RGB value is (188,239,237).

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

The process color (four color CMYK) of #bcefed color hex is 0.21, 0.00, 0.01, 0.06. Web safe color of #bcefed is #ccffff. Color #bcefed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 11101101
Octal 274 357 355
Decimal 188 239 237
Hex BC EF ED

RGB Percentages of Color #bcefed

%28.31
%35.99
%35.69

CMYK Percentages of Color #bcefed

%21
%0
%1
%6

Triadic Colors of #bcefed

#bcefed #edbcef #efedbc

Analogous Colors of #bcefed

#bcefed #bcd8ef #bcefd4

Monochromatic Colors of #bcefed

#bcefed

Complementary Color

#bcefed #efbcbe

#bcefed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcefed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcefed Color CSS Codes

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

#bcefed Text Font Color

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

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


#bcefed Background Color

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

This div background color is #bcefed


#bcefed Border Color

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

This div border color is #bcefed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcefed


Comments

No comments written yet.

Please login to write comment.