Color Hex Logo

#bceecc Color Hex

#BCEECC
(188,238,204)
0 Favorites   0 Comments

Color spaces of #bceecc

RGB 188238204
HSL0.390.600.84
HSV139°21°93°
CMYK 0.210.000.14   0.07
XYZ62.212776.200168.5559
Yxy76.20010.30060.3682
Hunter Lab87.2927-25.546814.5411
CIE-Lab89.9522-22.563311.2574

#bceecc color RGB value is (188,238,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 11001100
Octal 274 356 314
Decimal 188 238 204
Hex BC EE CC

RGB Percentages of Color #bceecc

%29.84
%37.78
%32.38

CMYK Percentages of Color #bceecc

%21
%0
%14
%7

Triadic Colors of #bceecc

#bceecc #ccbcee #eeccbc

Analogous Colors of #bceecc

#bceecc #bceee5 #c5eebc

Monochromatic Colors of #bceecc

#bceecc

Complementary Color

#bceecc #eebcde

#bceecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceecc Color CSS Codes

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

#bceecc Text Font Color

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

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


#bceecc Background Color

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

This div background color is #bceecc


#bceecc Border Color

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

This div border color is #bceecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,238,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 #bceecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceecc


Comments

No comments written yet.

Please login to write comment.