Color Hex Logo

#bce3d5 Color Hex

#BCE3D5
(188,227,213)
0 Favorites   0 Comments

Color spaces of #bce3d5

RGB 188227213
HSL0.440.410.81
HSV158°17°89°
CMYK 0.170.000.06   0.11
XYZ60.218470.433673.3720
Yxy70.43360.29520.3452
Hunter Lab83.9247-18.78946.9125
CIE-Lab87.2091-15.42902.6044

#bce3d5 color RGB value is (188,227,213).

#bce3d5 hex color red value is 188, green value is 227 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #bce3d5 hue: 0.44 , saturation: 0.41 and the lightness value of bce3d5 is 0.81.

The process color (four color CMYK) of #bce3d5 color hex is 0.17, 0.00, 0.06, 0.11. Web safe color of #bce3d5 is #cccccc. Color #bce3d5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100011 11010101
Octal 274 343 325
Decimal 188 227 213
Hex BC E3 D5

RGB Percentages of Color #bce3d5

%29.94
%36.15
%33.92

CMYK Percentages of Color #bce3d5

%17
%0
%6
%11

Triadic Colors of #bce3d5

#bce3d5 #d5bce3 #e3d5bc

Analogous Colors of #bce3d5

#bce3d5 #bcdee3 #bce3c2

Monochromatic Colors of #bce3d5

#bce3d5

Complementary Color

#bce3d5 #e3bcca

#bce3d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce3d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce3d5 Color CSS Codes

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

#bce3d5 Text Font Color

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

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


#bce3d5 Background Color

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

This div background color is #bce3d5


#bce3d5 Border Color

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

This div border color is #bce3d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce3d5


Comments

No comments written yet.

Please login to write comment.