Color Hex Logo

#bcffed Color Hex

#BCFFED
(188,255,237)
0 Favorites   0 Comments

Color spaces of #bcffed

RGB 188255237
HSL0.461.000.87
HSV164°26°100°
CMYK 0.260.000.07   0.00
XYZ71.785188.325893.3859
Yxy88.32580.28320.3484
Hunter Lab93.9818-28.12656.8732
CIE-Lab95.2980-24.39311.8711

#bcffed color RGB value is (188,255,237).

#bcffed hex color red value is 188, green value is 255 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bcffed hue: 0.46 , saturation: 1.00 and the lightness value of bcffed is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111111 11101101
Octal 274 377 355
Decimal 188 255 237
Hex BC FF ED

RGB Percentages of Color #bcffed

%27.65
%37.50
%34.85

CMYK Percentages of Color #bcffed

%26
%0
%7
%0

Triadic Colors of #bcffed

#bcffed #edbcff #ffedbc

Analogous Colors of #bcffed

#bcffed #bcf0ff #bcffcc

Monochromatic Colors of #bcffed

#bcffed

Complementary Color

#bcffed #ffbcce

#bcffed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcffed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcffed Color CSS Codes

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

#bcffed Text Font Color

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

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


#bcffed Background Color

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

This div background color is #bcffed


#bcffed Border Color

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

This div border color is #bcffed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcffed

Related Colors

#bcffed Color Palettes


Comments

No comments written yet.

Please login to write comment.