Color Hex Logo

#bcefc9 Color Hex

#BCEFC9
(188,239,201)
0 Favorites   0 Comments

Color spaces of #bcefc9

RGB 188239201
HSL0.380.610.84
HSV135°21°94°
CMYK 0.210.000.16   0.06
XYZ62.148276.641466.7761
Yxy76.64140.30230.3728
Hunter Lab87.5451-26.486816.0574
CIE-Lab90.1563-23.593313.1058

#bcefc9 color RGB value is (188,239,201).

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

The process color (four color CMYK) of #bcefc9 color hex is 0.21, 0.00, 0.16, 0.06. Web safe color of #bcefc9 is #ccffcc. Color #bcefc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 11001001
Octal 274 357 311
Decimal 188 239 201
Hex BC EF C9

RGB Percentages of Color #bcefc9

%29.94
%38.06
%32.01

CMYK Percentages of Color #bcefc9

%21
%0
%16
%6

Triadic Colors of #bcefc9

#bcefc9 #c9bcef #efc9bc

Analogous Colors of #bcefc9

#bcefc9 #bcefe3 #c9efbc

Monochromatic Colors of #bcefc9

#bcefc9

Complementary Color

#bcefc9 #efbce2

#bcefc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcefc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcefc9 Color CSS Codes

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

#bcefc9 Text Font Color

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

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


#bcefc9 Background Color

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

This div background color is #bcefc9


#bcefc9 Border Color

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

This div border color is #bcefc9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,239,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 #bcefc9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcefc9


Comments

No comments written yet.

Please login to write comment.