Color Hex Logo

#bcecee Color Hex

#BCECEE
(188,236,238)
0 Favorites   0 Comments

Color spaces of #bcecee

RGB 188236238
HSL0.510.600.84
HSV182°21°93°
CMYK 0.210.010.00   0.07
XYZ66.167176.855392.2361
Yxy76.85530.28130.3267
Hunter Lab87.6672-18.6940-1.0130
CIE-Lab90.2550-14.8587-6.0406

#bcecee color RGB value is (188,236,238).

#bcecee hex color red value is 188, green value is 236 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bcecee hue: 0.51 , saturation: 0.60 and the lightness value of bcecee is 0.84.

The process color (four color CMYK) of #bcecee color hex is 0.21, 0.01, 0.00, 0.07. Web safe color of #bcecee is #ccffff. Color #bcecee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 11101110
Octal 274 354 356
Decimal 188 236 238
Hex BC EC EE

RGB Percentages of Color #bcecee

%28.40
%35.65
%35.95

CMYK Percentages of Color #bcecee

%21
%1
%0
%7

Triadic Colors of #bcecee

#bcecee #eebcec #eceebc

Analogous Colors of #bcecee

#bcecee #bcd3ee #bceed7

Monochromatic Colors of #bcecee

#bcecee

Complementary Color

#bcecee #eebebc

#bcecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcecee Color CSS Codes

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

#bcecee Text Font Color

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

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


#bcecee Background Color

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

This div background color is #bcecee


#bcecee Border Color

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

This div border color is #bcecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcecee


Comments

No comments written yet.

Please login to write comment.