Color Hex Logo

#bceceb Color Hex

#BCECEB
(188,236,235)
0 Favorites   0 Comments

Color spaces of #bceceb

RGB 188236235
HSL0.500.560.83
HSV179°20°93°
CMYK 0.200.000.00   0.07
XYZ65.729976.680489.9337
Yxy76.68040.28290.3300
Hunter Lab87.5673-19.25700.4049
CIE-Lab90.1743-15.4892-4.5918

#bceceb color RGB value is (188,236,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 11101011
Octal 274 354 353
Decimal 188 236 235
Hex BC EC EB

RGB Percentages of Color #bceceb

%28.53
%35.81
%35.66

CMYK Percentages of Color #bceceb

%20
%0
%0
%7

Triadic Colors of #bceceb

#bceceb #ebbcec #ecebbc

Analogous Colors of #bceceb

#bceceb #bcd5ec #bcecd3

Monochromatic Colors of #bceceb

#bceceb

Complementary Color

#bceceb #ecbcbd

#bceceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceceb Color CSS Codes

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

#bceceb Text Font Color

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

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


#bceceb Background Color

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

This div background color is #bceceb


#bceceb Border Color

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

This div border color is #bceceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceceb


Comments

No comments written yet.

Please login to write comment.