Color Hex Logo

#bcfdf7 Color Hex

#BCFDF7
(188,253,247)
0 Favorites   0 Comments

Color spaces of #bcfdf7

RGB 188253247
HSL0.480.940.86
HSV174°26°99°
CMYK 0.260.000.02   0.01
XYZ72.652887.6573101.0860
Yxy87.65730.27790.3353
Hunter Lab93.6255-25.32971.5233
CIE-Lab95.0165-21.3524-3.6997

#bcfdf7 color RGB value is (188,253,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 11110111
Octal 274 375 367
Decimal 188 253 247
Hex BC FD F7

RGB Percentages of Color #bcfdf7

%27.33
%36.77
%35.90

CMYK Percentages of Color #bcfdf7

%26
%0
%2
%1

Triadic Colors of #bcfdf7

#bcfdf7 #f7bcfd #fdf7bc

Analogous Colors of #bcfdf7

#bcfdf7 #bce3fd #bcfdd7

Monochromatic Colors of #bcfdf7

#bcfdf7

Complementary Color

#bcfdf7 #fdbcc2

#bcfdf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfdf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfdf7 Color CSS Codes

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

#bcfdf7 Text Font Color

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

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


#bcfdf7 Background Color

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

This div background color is #bcfdf7


#bcfdf7 Border Color

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

This div border color is #bcfdf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfdf7


Comments

No comments written yet.

Please login to write comment.