Color Hex Logo

#bceff5 Color Hex

#BCEFF5
(188,239,245)
0 Favorites   0 Comments

Color spaces of #bceff5

RGB 188239245
HSL0.520.740.85
HSV186°23°96°
CMYK 0.230.020.00   0.04
XYZ68.087079.016998.0494
Yxy79.01690.27770.3223
Hunter Lab88.8915-18.8368-3.1743
CIE-Lab91.2419-14.8676-8.2339

#bceff5 color RGB value is (188,239,245).

#bceff5 hex color red value is 188, green value is 239 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #bceff5 hue: 0.52 , saturation: 0.74 and the lightness value of bceff5 is 0.85.

The process color (four color CMYK) of #bceff5 color hex is 0.23, 0.02, 0.00, 0.04. Web safe color of #bceff5 is #ccffff. Color #bceff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 11110101
Octal 274 357 365
Decimal 188 239 245
Hex BC EF F5

RGB Percentages of Color #bceff5

%27.98
%35.57
%36.46

CMYK Percentages of Color #bceff5

%23
%2
%0
%4

Triadic Colors of #bceff5

#bceff5 #f5bcef #eff5bc

Analogous Colors of #bceff5

#bceff5 #bcd3f5 #bcf5df

Monochromatic Colors of #bceff5

#bceff5

Complementary Color

#bceff5 #f5c2bc

#bceff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceff5 Color CSS Codes

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

#bceff5 Text Font Color

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

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


#bceff5 Background Color

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

This div background color is #bceff5


#bceff5 Border Color

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

This div border color is #bceff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceff5


Comments

No comments written yet.

Please login to write comment.