Color Hex Logo

#bce5c1 Color Hex

#BCE5C1
(188,229,193)
0 Favorites   0 Comments

Color spaces of #bce5c1

RGB 188229193
HSL0.350.440.82
HSV127°18°90°
CMYK 0.180.000.16   0.10
XYZ58.384070.580260.9983
Yxy70.58020.30730.3715
Hunter Lab84.0120-22.972815.7599
CIE-Lab87.2806-20.143013.1972

#bce5c1 color RGB value is (188,229,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100101 11000001
Octal 274 345 301
Decimal 188 229 193
Hex BC E5 C1

RGB Percentages of Color #bce5c1

%30.82
%37.54
%31.64

CMYK Percentages of Color #bce5c1

%18
%0
%16
%10

Triadic Colors of #bce5c1

#bce5c1 #c1bce5 #e5c1bc

Analogous Colors of #bce5c1

#bce5c1 #bce5d6 #cce5bc

Monochromatic Colors of #bce5c1

#bce5c1

Complementary Color

#bce5c1 #e5bce0

#bce5c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce5c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce5c1 Color CSS Codes

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

#bce5c1 Text Font Color

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

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


#bce5c1 Background Color

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

This div background color is #bce5c1


#bce5c1 Border Color

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

This div border color is #bce5c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce5c1


Comments

No comments written yet.

Please login to write comment.