Color Hex Logo

#bcecca Color Hex

#BCECCA
(188,236,202)
0 Favorites   0 Comments

Color spaces of #bcecca

RGB 188236202
HSL0.380.560.83
HSV138°20°93°
CMYK 0.200.000.14   0.07
XYZ61.395274.946567.1074
Yxy74.94650.30180.3684
Hunter Lab86.5716-24.911114.6406
CIE-Lab89.3679-21.954911.4660

#bcecca color RGB value is (188,236,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 11001010
Octal 274 354 312
Decimal 188 236 202
Hex BC EC CA

RGB Percentages of Color #bcecca

%30.03
%37.70
%32.27

CMYK Percentages of Color #bcecca

%20
%0
%14
%7

Triadic Colors of #bcecca

#bcecca #cabcec #eccabc

Analogous Colors of #bcecca

#bcecca #bcece2 #c6ecbc

Monochromatic Colors of #bcecca

#bcecca

Complementary Color

#bcecca #ecbcde

#bcecca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcecca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcecca Color CSS Codes

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

#bcecca Text Font Color

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

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


#bcecca Background Color

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

This div background color is #bcecca


#bcecca Border Color

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

This div border color is #bcecca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcecca


Comments

No comments written yet.

Please login to write comment.