Color Hex Logo

#bcefdf Color Hex

#BCEFDF
(188,239,223)
0 Favorites   0 Comments

Color spaces of #bcefdf

RGB 188239223
HSL0.450.610.84
HSV161°21°94°
CMYK 0.210.000.07   0.06
XYZ64.924877.752181.3978
Yxy77.75210.28970.3470
Hunter Lab88.1772-22.88056.9924
CIE-Lab90.6667-19.42412.3923

#bcefdf color RGB value is (188,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 11011111
Octal 274 357 337
Decimal 188 239 223
Hex BC EF DF

RGB Percentages of Color #bcefdf

%28.92
%36.77
%34.31

CMYK Percentages of Color #bcefdf

%21
%0
%7
%6

Triadic Colors of #bcefdf

#bcefdf #dfbcef #efdfbc

Analogous Colors of #bcefdf

#bcefdf #bce6ef #bcefc6

Monochromatic Colors of #bcefdf

#bcefdf

Complementary Color

#bcefdf #efbccc

#bcefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcefdf Color CSS Codes

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

#bcefdf Text Font Color

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

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


#bcefdf Background Color

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

This div background color is #bcefdf


#bcefdf Border Color

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

This div border color is #bcefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcefdf


Comments

No comments written yet.

Please login to write comment.