Color Hex Logo

#bce1da Color Hex

#BCE1DA
(188,225,218)
0 Favorites   0 Comments

Color spaces of #bce1da

RGB 188225218
HSL0.470.380.81
HSV169°16°88°
CMYK 0.160.000.03   0.12
XYZ60.319169.603776.5854
Yxy69.60370.29210.3371
Hunter Lab83.4288-16.94483.9736
CIE-Lab86.8021-13.4356-0.6206

#bce1da color RGB value is (188,225,218).

#bce1da hex color red value is 188, green value is 225 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bce1da hue: 0.47 , saturation: 0.38 and the lightness value of bce1da is 0.81.

The process color (four color CMYK) of #bce1da color hex is 0.16, 0.00, 0.03, 0.12. Web safe color of #bce1da is #cccccc. Color #bce1da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 11011010
Octal 274 341 332
Decimal 188 225 218
Hex BC E1 DA

RGB Percentages of Color #bce1da

%29.79
%35.66
%34.55

CMYK Percentages of Color #bce1da

%16
%0
%3
%12

Triadic Colors of #bce1da

#bce1da #dabce1 #e1dabc

Analogous Colors of #bce1da

#bce1da #bcd6e1 #bce1c8

Monochromatic Colors of #bce1da

#bce1da

Complementary Color

#bce1da #e1bcc3

#bce1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce1da Color CSS Codes

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

#bce1da Text Font Color

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

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


#bce1da Background Color

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

This div background color is #bce1da


#bce1da Border Color

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

This div border color is #bce1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce1da


Comments

No comments written yet.

Please login to write comment.