Color Hex Logo

#bcecd1 Color Hex

#BCECD1
(188,236,209)
0 Favorites   0 Comments

Color spaces of #bcecd1

RGB 188236209
HSL0.410.560.83
HSV146°20°93°
CMYK 0.200.000.11   0.07
XYZ62.243175.285771.5726
Yxy75.28570.29770.3600
Hunter Lab86.7673-23.794711.8300
CIE-Lab89.5267-20.65858.0454

#bcecd1 color RGB value is (188,236,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 11010001
Octal 274 354 321
Decimal 188 236 209
Hex BC EC D1

RGB Percentages of Color #bcecd1

%29.70
%37.28
%33.02

CMYK Percentages of Color #bcecd1

%20
%0
%11
%7

Triadic Colors of #bcecd1

#bcecd1 #d1bcec #ecd1bc

Analogous Colors of #bcecd1

#bcecd1 #bcece9 #bfecbc

Monochromatic Colors of #bcecd1

#bcecd1

Complementary Color

#bcecd1 #ecbcd7

#bcecd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcecd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcecd1 Color CSS Codes

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

#bcecd1 Text Font Color

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

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


#bcecd1 Background Color

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

This div background color is #bcecd1


#bcecd1 Border Color

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

This div border color is #bcecd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcecd1


Comments

No comments written yet.

Please login to write comment.