Color Hex Logo

#bce8cd Color Hex

#BCE8CD
(188,232,205)
1 Favorites   0 Comments

Color spaces of #bce8cd

RGB 188232205
HSL0.400.490.82
HSV143°19°91°
CMYK 0.190.000.12   0.09
XYZ60.615172.812468.6170
Yxy72.81240.30000.3604
Hunter Lab85.3302-22.528712.0540
CIE-Lab88.3582-19.44098.4582

#bce8cd color RGB value is (188,232,205).

#bce8cd hex color red value is 188, green value is 232 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bce8cd hue: 0.40 , saturation: 0.49 and the lightness value of bce8cd is 0.82.

The process color (four color CMYK) of #bce8cd color hex is 0.19, 0.00, 0.12, 0.09. Web safe color of #bce8cd is #ccffcc. Color #bce8cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101000 11001101
Octal 274 350 315
Decimal 188 232 205
Hex BC E8 CD

RGB Percentages of Color #bce8cd

%30.08
%37.12
%32.80

CMYK Percentages of Color #bce8cd

%19
%0
%12
%9

Triadic Colors of #bce8cd

#bce8cd #cdbce8 #e8cdbc

Analogous Colors of #bce8cd

#bce8cd #bce8e3 #c1e8bc

Monochromatic Colors of #bce8cd

#bce8cd

Complementary Color

#bce8cd #e8bcd7

#bce8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce8cd Color CSS Codes

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

#bce8cd Text Font Color

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

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


#bce8cd Background Color

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

This div background color is #bce8cd


#bce8cd Border Color

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

This div border color is #bce8cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce8cd


Comments

No comments written yet.

Please login to write comment.