Color Hex Logo

#bcefff Color Hex

#BCEFFF
(188,239,255)
0 Favorites   0 Comments

Color spaces of #bcefff

RGB 188239255
HSL0.541.000.87
HSV194°26°100°
CMYK 0.260.060.00   0.00
XYZ69.655579.6444106.3094
Yxy79.64440.27250.3116
Hunter Lab89.2437-16.8557-8.1572
CIE-Lab91.5251-12.6787-13.0236

#bcefff color RGB value is (188,239,255).

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

The process color (four color CMYK) of #bcefff color hex is 0.26, 0.06, 0.00, 0.00. Web safe color of #bcefff is #ccffff. Color #bcefff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 11111111
Octal 274 357 377
Decimal 188 239 255
Hex BC EF FF

RGB Percentages of Color #bcefff

%27.57
%35.04
%37.39

CMYK Percentages of Color #bcefff

%26
%6
%0
%0

Triadic Colors of #bcefff

#bcefff #ffbcef #efffbc

Analogous Colors of #bcefff

#bcefff #bcceff #bcffee

Monochromatic Colors of #bcefff

#bcefff

Complementary Color

#bcefff #ffccbc

#bcefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcefff Color CSS Codes

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

#bcefff Text Font Color

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

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


#bcefff Background Color

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

This div background color is #bcefff


#bcefff Border Color

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

This div border color is #bcefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcefff

Related Colors


Comments

No comments written yet.

Please login to write comment.