Color Hex Logo

#bceccc Color Hex

#BCECCC
(188,236,204)
0 Favorites   0 Comments

Color spaces of #bceccc

RGB 188236204
HSL0.390.560.83
HSV140°20°93°
CMYK 0.200.000.14   0.07
XYZ61.633675.041968.3628
Yxy75.04190.30060.3660
Hunter Lab86.6267-24.596713.8491
CIE-Lab89.4126-21.588910.4883

#bceccc color RGB value is (188,236,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 11001100
Octal 274 354 314
Decimal 188 236 204
Hex BC EC CC

RGB Percentages of Color #bceccc

%29.94
%37.58
%32.48

CMYK Percentages of Color #bceccc

%20
%0
%14
%7

Triadic Colors of #bceccc

#bceccc #ccbcec #ecccbc

Analogous Colors of #bceccc

#bceccc #bcece4 #c4ecbc

Monochromatic Colors of #bceccc

#bceccc

Complementary Color

#bceccc #ecbcdc

#bceccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceccc Color CSS Codes

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

#bceccc Text Font Color

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

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


#bceccc Background Color

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

This div background color is #bceccc


#bceccc Border Color

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

This div border color is #bceccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceccc


Comments

No comments written yet.

Please login to write comment.