Color Hex Logo

#bcddbe Color Hex

#BCDDBE
(188,221,190)
0 Favorites   0 Comments

Color spaces of #bcddbe

RGB 188221190
HSL0.340.330.80
HSV124°15°87°
CMYK 0.150.000.14   0.13
XYZ55.889866.122058.5323
Yxy66.12200.30960.3662
Hunter Lab81.3154-19.615214.2428
CIE-Lab85.0586-16.706111.6185

#bcddbe color RGB value is (188,221,190).

#bcddbe hex color red value is 188, green value is 221 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bcddbe hue: 0.34 , saturation: 0.33 and the lightness value of bcddbe is 0.80.

The process color (four color CMYK) of #bcddbe color hex is 0.15, 0.00, 0.14, 0.13. Web safe color of #bcddbe is #cccccc. Color #bcddbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 10111110
Octal 274 335 276
Decimal 188 221 190
Hex BC DD BE

RGB Percentages of Color #bcddbe

%31.39
%36.89
%31.72

CMYK Percentages of Color #bcddbe

%15
%0
%14
%13

Triadic Colors of #bcddbe

#bcddbe #bebcdd #ddbebc

Analogous Colors of #bcddbe

#bcddbe #bcddcf #cbddbc

Monochromatic Colors of #bcddbe

#bcddbe

Complementary Color

#bcddbe #ddbcdb

#bcddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcddbe Color CSS Codes

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

#bcddbe Text Font Color

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

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


#bcddbe Background Color

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

This div background color is #bcddbe


#bcddbe Border Color

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

This div border color is #bcddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcddbe


Comments

No comments written yet.

Please login to write comment.