Color Hex Logo

#bceced Color Hex

#BCECED
(188,236,237)
0 Favorites   0 Comments

Color spaces of #bceced

RGB 188236237
HSL0.500.580.83
HSV181°21°93°
CMYK 0.210.000.00   0.07
XYZ66.020676.796791.4644
Yxy76.79670.28180.3278
Hunter Lab87.6337-18.8825-0.5381
CIE-Lab90.2280-15.0695-5.5579

#bceced color RGB value is (188,236,237).

#bceced hex color red value is 188, green value is 236 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bceced hue: 0.50 , saturation: 0.58 and the lightness value of bceced is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 11101101
Octal 274 354 355
Decimal 188 236 237
Hex BC EC ED

RGB Percentages of Color #bceced

%28.44
%35.70
%35.85

CMYK Percentages of Color #bceced

%21
%0
%0
%7

Triadic Colors of #bceced

#bceced #edbcec #ecedbc

Analogous Colors of #bceced

#bceced #bcd4ed #bcedd6

Monochromatic Colors of #bceced

#bceced

Complementary Color

#bceced #edbdbc

#bceced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceced Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceced Color CSS Codes

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

#bceced Text Font Color

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

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


#bceced Background Color

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

This div background color is #bceced


#bceced Border Color

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

This div border color is #bceced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceced

#bceced Color Palettes


Comments

No comments written yet.

Please login to write comment.