Color Hex Logo

#bcfaeb Color Hex

#BCFAEB
(188,250,235)
0 Favorites   0 Comments

Color spaces of #bcfaeb

RGB 188250235
HSL0.460.860.86
HSV165°25°98°
CMYK 0.250.000.06   0.02
XYZ69.920085.060791.3305
Yxy85.06070.28390.3453
Hunter Lab92.2284-26.07555.8470
CIE-Lab93.9093-22.38550.8813

#bcfaeb color RGB value is (188,250,235).

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

The process color (four color CMYK) of #bcfaeb color hex is 0.25, 0.00, 0.06, 0.02. Web safe color of #bcfaeb is #ccffff. Color #bcfaeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111010 11101011
Octal 274 372 353
Decimal 188 250 235
Hex BC FA EB

RGB Percentages of Color #bcfaeb

%27.93
%37.15
%34.92

CMYK Percentages of Color #bcfaeb

%25
%0
%6
%2

Triadic Colors of #bcfaeb

#bcfaeb #ebbcfa #faebbc

Analogous Colors of #bcfaeb

#bcfaeb #bceafa #bcfacc

Monochromatic Colors of #bcfaeb

#bcfaeb

Complementary Color

#bcfaeb #fabccb

#bcfaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfaeb Color CSS Codes

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

#bcfaeb Text Font Color

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

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


#bcfaeb Background Color

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

This div background color is #bcfaeb


#bcfaeb Border Color

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

This div border color is #bcfaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,250,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 #bcfaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfaeb


Comments

No comments written yet.

Please login to write comment.