Color Hex Logo

#bceccf Color Hex

#BCECCF
(188,236,207)
0 Favorites   0 Comments

Color spaces of #bceccf

RGB 188236207
HSL0.400.560.83
HSV144°20°93°
CMYK 0.200.000.12   0.07
XYZ61.997075.187370.2765
Yxy75.18730.29880.3624
Hunter Lab86.7106-24.118312.6446
CIE-Lab89.4807-21.03329.0222

#bceccf color RGB value is (188,236,207).

#bceccf hex color red value is 188, green value is 236 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bceccf hue: 0.40 , saturation: 0.56 and the lightness value of bceccf is 0.83.

The process color (four color CMYK) of #bceccf color hex is 0.20, 0.00, 0.12, 0.07. Web safe color of #bceccf is #ccffcc. Color #bceccf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 11001111
Octal 274 354 317
Decimal 188 236 207
Hex BC EC CF

RGB Percentages of Color #bceccf

%29.79
%37.40
%32.81

CMYK Percentages of Color #bceccf

%20
%0
%12
%7

Triadic Colors of #bceccf

#bceccf #cfbcec #eccfbc

Analogous Colors of #bceccf

#bceccf #bcece7 #c1ecbc

Monochromatic Colors of #bceccf

#bceccf

Complementary Color

#bceccf #ecbcd9

#bceccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceccf Color CSS Codes

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

#bceccf Text Font Color

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

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


#bceccf Background Color

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

This div background color is #bceccf


#bceccf Border Color

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

This div border color is #bceccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceccf


Comments

No comments written yet.

Please login to write comment.