Color Hex Logo

#bceccb Color Hex

#BCECCB
(188,236,203)
0 Favorites   0 Comments

Color spaces of #bceccb

RGB 188236203
HSL0.390.560.83
HSV139°20°93°
CMYK 0.200.000.14   0.07
XYZ61.514074.994167.7331
Yxy74.99410.30120.3672
Hunter Lab86.5991-24.754514.2460
CIE-Lab89.3902-21.772510.9771

#bceccb color RGB value is (188,236,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 11001011
Octal 274 354 313
Decimal 188 236 203
Hex BC EC CB

RGB Percentages of Color #bceccb

%29.98
%37.64
%32.38

CMYK Percentages of Color #bceccb

%20
%0
%14
%7

Triadic Colors of #bceccb

#bceccb #cbbcec #eccbbc

Analogous Colors of #bceccb

#bceccb #bcece3 #c5ecbc

Monochromatic Colors of #bceccb

#bceccb

Complementary Color

#bceccb #ecbcdd

#bceccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceccb Color CSS Codes

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

#bceccb Text Font Color

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

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


#bceccb Background Color

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

This div background color is #bceccb


#bceccb Border Color

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

This div border color is #bceccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceccb


Comments

No comments written yet.

Please login to write comment.