Color Hex Logo

#bcedc9 Color Hex

#BCEDC9
(188,237,201)
0 Favorites   0 Comments

Color spaces of #bcedc9

RGB 188237201
HSL0.380.580.83
HSV136°21°93°
CMYK 0.210.000.15   0.07
XYZ61.565875.476866.5820
Yxy75.47680.30230.3707
Hunter Lab86.8774-25.541115.3749
CIE-Lab89.6159-22.623712.3388

#bcedc9 color RGB value is (188,237,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 11001001
Octal 274 355 311
Decimal 188 237 201
Hex BC ED C9

RGB Percentages of Color #bcedc9

%30.03
%37.86
%32.11

CMYK Percentages of Color #bcedc9

%21
%0
%15
%7

Triadic Colors of #bcedc9

#bcedc9 #c9bced #edc9bc

Analogous Colors of #bcedc9

#bcedc9 #bcede2 #c8edbc

Monochromatic Colors of #bcedc9

#bcedc9

Complementary Color

#bcedc9 #edbce0

#bcedc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcedc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcedc9 Color CSS Codes

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

#bcedc9 Text Font Color

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

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


#bcedc9 Background Color

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

This div background color is #bcedc9


#bcedc9 Border Color

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

This div border color is #bcedc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcedc9


Comments

No comments written yet.

Please login to write comment.