Color Hex Logo

#bcfed4 Color Hex

#BCFED4
(188,254,212)
0 Favorites   0 Comments

Color spaces of #bcfed4

RGB 188254212
HSL0.390.970.87
HSV142°26°100°
CMYK 0.260.000.17   0.00
XYZ68.064586.328575.3630
Yxy86.32850.29620.3757
Hunter Lab92.9131-31.835916.9483
CIE-Lab94.4526-28.756113.5214

#bcfed4 color RGB value is (188,254,212).

#bcfed4 hex color red value is 188, green value is 254 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #bcfed4 hue: 0.39 , saturation: 0.97 and the lightness value of bcfed4 is 0.87.

The process color (four color CMYK) of #bcfed4 color hex is 0.26, 0.00, 0.17, 0.00. Web safe color of #bcfed4 is #ccffcc. Color #bcfed4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111110 11010100
Octal 274 376 324
Decimal 188 254 212
Hex BC FE D4

RGB Percentages of Color #bcfed4

%28.75
%38.84
%32.42

CMYK Percentages of Color #bcfed4

%26
%0
%17
%0

Triadic Colors of #bcfed4

#bcfed4 #d4bcfe #fed4bc

Analogous Colors of #bcfed4

#bcfed4 #bcfef5 #c5febc

Monochromatic Colors of #bcfed4

#bcfed4

Complementary Color

#bcfed4 #febce6

#bcfed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfed4 Color CSS Codes

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

#bcfed4 Text Font Color

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

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


#bcfed4 Background Color

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

This div background color is #bcfed4


#bcfed4 Border Color

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

This div border color is #bcfed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfed4

Related Colors


Comments

No comments written yet.

Please login to write comment.