Color Hex Logo

#bceece Color Hex

#BCEECE
(188,238,206)
0 Favorites   0 Comments

Color spaces of #bceece

RGB 188238206
HSL0.390.600.84
HSV142°21°93°
CMYK 0.210.000.13   0.07
XYZ62.454276.296769.8276
Yxy76.29670.29940.3658
Hunter Lab87.3480-25.230713.7461
CIE-Lab89.9969-22.195210.2811

#bceece color RGB value is (188,238,206).

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

The process color (four color CMYK) of #bceece color hex is 0.21, 0.00, 0.13, 0.07. Web safe color of #bceece is #ccffcc. Color #bceece contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 11001110
Octal 274 356 316
Decimal 188 238 206
Hex BC EE CE

RGB Percentages of Color #bceece

%29.75
%37.66
%32.59

CMYK Percentages of Color #bceece

%21
%0
%13
%7

Triadic Colors of #bceece

#bceece #cebcee #eecebc

Analogous Colors of #bceece

#bceece #bceee7 #c3eebc

Monochromatic Colors of #bceece

#bceece

Complementary Color

#bceece #eebcdc

#bceece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceece Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceece Color CSS Codes

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

#bceece Text Font Color

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

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


#bceece Background Color

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

This div background color is #bceece


#bceece Border Color

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

This div border color is #bceece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceece


Comments

No comments written yet.

Please login to write comment.