Color Hex Logo

#bcfcea Color Hex

#BCFCEA
(188,252,234)
0 Favorites   0 Comments

Color spaces of #bcfcea

RGB 188252234
HSL0.450.910.86
HSV163°25°99°
CMYK 0.250.000.07   0.01
XYZ70.400786.252790.7798
Yxy86.25270.28450.3486
Hunter Lab92.8723-27.21697.0565
CIE-Lab94.4203-23.55622.1422

#bcfcea color RGB value is (188,252,234).

#bcfcea hex color red value is 188, green value is 252 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bcfcea hue: 0.45 , saturation: 0.91 and the lightness value of bcfcea is 0.86.

The process color (four color CMYK) of #bcfcea color hex is 0.25, 0.00, 0.07, 0.01. Web safe color of #bcfcea is #ccffff. Color #bcfcea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 11101010
Octal 274 374 352
Decimal 188 252 234
Hex BC FC EA

RGB Percentages of Color #bcfcea

%27.89
%37.39
%34.72

CMYK Percentages of Color #bcfcea

%25
%0
%7
%1

Triadic Colors of #bcfcea

#bcfcea #eabcfc #fceabc

Analogous Colors of #bcfcea

#bcfcea #bceefc #bcfcca

Monochromatic Colors of #bcfcea

#bcfcea

Complementary Color

#bcfcea #fcbcce

#bcfcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfcea Color CSS Codes

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

#bcfcea Text Font Color

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

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


#bcfcea Background Color

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

This div background color is #bcfcea


#bcfcea Border Color

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

This div border color is #bcfcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfcea


Comments

No comments written yet.

Please login to write comment.