Color Hex Logo

#bce5da Color Hex

#BCE5DA
(188,229,218)
0 Favorites   0 Comments

Color spaces of #bce5da

RGB 188229218
HSL0.460.440.82
HSV164°18°90°
CMYK 0.180.000.05   0.10
XYZ61.413271.791976.9501
Yxy71.79190.29220.3416
Hunter Lab84.7301-18.89915.4651
CIE-Lab87.8683-15.44890.9358

#bce5da color RGB value is (188,229,218).

#bce5da hex color red value is 188, green value is 229 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bce5da hue: 0.46 , saturation: 0.44 and the lightness value of bce5da is 0.82.

The process color (four color CMYK) of #bce5da color hex is 0.18, 0.00, 0.05, 0.10. Web safe color of #bce5da is #cccccc. Color #bce5da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100101 11011010
Octal 274 345 332
Decimal 188 229 218
Hex BC E5 DA

RGB Percentages of Color #bce5da

%29.61
%36.06
%34.33

CMYK Percentages of Color #bce5da

%18
%0
%5
%10

Triadic Colors of #bce5da

#bce5da #dabce5 #e5dabc

Analogous Colors of #bce5da

#bce5da #bcdce5 #bce5c6

Monochromatic Colors of #bce5da

#bce5da

Complementary Color

#bce5da #e5bcc7

#bce5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce5da Color CSS Codes

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

#bce5da Text Font Color

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

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


#bce5da Background Color

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

This div background color is #bce5da


#bce5da Border Color

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

This div border color is #bce5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce5da


Comments

No comments written yet.

Please login to write comment.