Color Hex Logo

#bcfdeb Color Hex

#BCFDEB
(188,253,235)
0 Favorites   0 Comments

Color spaces of #bcfdeb

RGB 188253235
HSL0.450.940.86
HSV163°26°99°
CMYK 0.260.000.07   0.01
XYZ70.859786.940191.6437
Yxy86.94010.28410.3485
Hunter Lab93.2417-27.52056.9953
CIE-Lab94.7129-23.83622.0514

#bcfdeb color RGB value is (188,253,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 11101011
Octal 274 375 353
Decimal 188 253 235
Hex BC FD EB

RGB Percentages of Color #bcfdeb

%27.81
%37.43
%34.76

CMYK Percentages of Color #bcfdeb

%26
%0
%7
%1

Triadic Colors of #bcfdeb

#bcfdeb #ebbcfd #fdebbc

Analogous Colors of #bcfdeb

#bcfdeb #bceffd #bcfdcb

Monochromatic Colors of #bcfdeb

#bcfdeb

Complementary Color

#bcfdeb #fdbcce

#bcfdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfdeb Color CSS Codes

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

#bcfdeb Text Font Color

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

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


#bcfdeb Background Color

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

This div background color is #bcfdeb


#bcfdeb Border Color

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

This div border color is #bcfdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfdeb


Comments

No comments written yet.

Please login to write comment.