Color Hex Logo

#bcedc0 Color Hex

#BCEDC0
(188,237,192)
0 Favorites   0 Comments

Color spaces of #bcedc0

RGB 188237192
HSL0.350.580.83
HSV125°21°93°
CMYK 0.210.000.19   0.07
XYZ60.537775.065561.1676
Yxy75.06550.30770.3815
Hunter Lab86.6403-26.898418.7898
CIE-Lab89.4237-24.216916.7397

#bcedc0 color RGB value is (188,237,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 11000000
Octal 274 355 300
Decimal 188 237 192
Hex BC ED C0

RGB Percentages of Color #bcedc0

%30.47
%38.41
%31.12

CMYK Percentages of Color #bcedc0

%21
%0
%19
%7

Triadic Colors of #bcedc0

#bcedc0 #c0bced #edc0bc

Analogous Colors of #bcedc0

#bcedc0 #bcedd9 #d1edbc

Monochromatic Colors of #bcedc0

#bcedc0

Complementary Color

#bcedc0 #edbce9

#bcedc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcedc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcedc0 Color CSS Codes

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

#bcedc0 Text Font Color

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

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


#bcedc0 Background Color

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

This div background color is #bcedc0


#bcedc0 Border Color

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

This div border color is #bcedc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcedc0


Comments

No comments written yet.

Please login to write comment.