Color Hex Logo

#bceeec Color Hex

#BCEEEC
(188,238,236)
0 Favorites   0 Comments

Color spaces of #bceeec

RGB 188238236
HSL0.490.600.84
HSV178°21°93°
CMYK 0.210.000.01   0.07
XYZ66.453977.896690.8899
Yxy77.89660.28250.3311
Hunter Lab88.2591-20.05330.7240
CIE-Lab90.7327-16.2785-4.2918

#bceeec color RGB value is (188,238,236).

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

The process color (four color CMYK) of #bceeec color hex is 0.21, 0.00, 0.01, 0.07. Web safe color of #bceeec is #ccffff. Color #bceeec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 11101100
Octal 274 356 354
Decimal 188 238 236
Hex BC EE EC

RGB Percentages of Color #bceeec

%28.40
%35.95
%35.65

CMYK Percentages of Color #bceeec

%21
%0
%1
%7

Triadic Colors of #bceeec

#bceeec #ecbcee #eeecbc

Analogous Colors of #bceeec

#bceeec #bcd7ee #bceed3

Monochromatic Colors of #bceeec

#bceeec

Complementary Color

#bceeec #eebcbe

#bceeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceeec Color CSS Codes

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

#bceeec Text Font Color

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

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


#bceeec Background Color

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

This div background color is #bceeec


#bceeec Border Color

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

This div border color is #bceeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceeec


Comments

No comments written yet.

Please login to write comment.