Color Hex Logo

#bcecea Color Hex

#BCECEA
(188,236,234)
0 Favorites   0 Comments

Color spaces of #bcecea

RGB 188236234
HSL0.490.560.83
HSV178°20°93°
CMYK 0.200.000.01   0.07
XYZ65.585876.622889.1748
Yxy76.62280.28350.3312
Hunter Lab87.5345-19.44290.8731
CIE-Lab90.1477-15.6979-4.1083

#bcecea color RGB value is (188,236,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 11101010
Octal 274 354 352
Decimal 188 236 234
Hex BC EC EA

RGB Percentages of Color #bcecea

%28.57
%35.87
%35.56

CMYK Percentages of Color #bcecea

%20
%0
%1
%7

Triadic Colors of #bcecea

#bcecea #eabcec #eceabc

Analogous Colors of #bcecea

#bcecea #bcd6ec #bcecd2

Monochromatic Colors of #bcecea

#bcecea

Complementary Color

#bcecea #ecbcbe

#bcecea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcecea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcecea Color CSS Codes

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

#bcecea Text Font Color

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

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


#bcecea Background Color

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

This div background color is #bcecea


#bcecea Border Color

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

This div border color is #bcecea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcecea


Comments

No comments written yet.

Please login to write comment.