Color Hex Logo

#bcedcc Color Hex

#BCEDCC
(188,237,204)
0 Favorites   0 Comments

Color spaces of #bcedcc

RGB 188237204
HSL0.390.580.83
HSV140°21°93°
CMYK 0.210.000.14   0.07
XYZ61.922375.619468.4591
Yxy75.61940.30060.3671
Hunter Lab86.9594-25.072214.1953
CIE-Lab89.6823-22.076810.8729

#bcedcc color RGB value is (188,237,204).

#bcedcc hex color red value is 188, green value is 237 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bcedcc hue: 0.39 , saturation: 0.58 and the lightness value of bcedcc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 11001100
Octal 274 355 314
Decimal 188 237 204
Hex BC ED CC

RGB Percentages of Color #bcedcc

%29.89
%37.68
%32.43

CMYK Percentages of Color #bcedcc

%21
%0
%14
%7

Triadic Colors of #bcedcc

#bcedcc #ccbced #edccbc

Analogous Colors of #bcedcc

#bcedcc #bcede5 #c5edbc

Monochromatic Colors of #bcedcc

#bcedcc

Complementary Color

#bcedcc #edbcdd

#bcedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcedcc Color CSS Codes

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

#bcedcc Text Font Color

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

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


#bcedcc Background Color

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

This div background color is #bcedcc


#bcedcc Border Color

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

This div border color is #bcedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcedcc


Comments

No comments written yet.

Please login to write comment.