Color Hex Logo

#bcedd7 Color Hex

#BCEDD7
(188,237,215)
0 Favorites   0 Comments

Color spaces of #bcedd7

RGB 188237215
HSL0.430.580.83
HSV153°21°93°
CMYK 0.210.000.09   0.07
XYZ63.289076.166075.6558
Yxy76.16600.29420.3541
Hunter Lab87.2731-23.28289.6936
CIE-Lab89.9364-20.00595.5059

#bcedd7 color RGB value is (188,237,215).

#bcedd7 hex color red value is 188, green value is 237 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #bcedd7 hue: 0.43 , saturation: 0.58 and the lightness value of bcedd7 is 0.83.

The process color (four color CMYK) of #bcedd7 color hex is 0.21, 0.00, 0.09, 0.07. Web safe color of #bcedd7 is #ccffcc. Color #bcedd7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 11010111
Octal 274 355 327
Decimal 188 237 215
Hex BC ED D7

RGB Percentages of Color #bcedd7

%29.38
%37.03
%33.59

CMYK Percentages of Color #bcedd7

%21
%0
%9
%7

Triadic Colors of #bcedd7

#bcedd7 #d7bced #edd7bc

Analogous Colors of #bcedd7

#bcedd7 #bcebed #bcedbf

Monochromatic Colors of #bcedd7

#bcedd7

Complementary Color

#bcedd7 #edbcd2

#bcedd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcedd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcedd7 Color CSS Codes

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

#bcedd7 Text Font Color

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

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


#bcedd7 Background Color

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

This div background color is #bcedd7


#bcedd7 Border Color

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

This div border color is #bcedd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcedd7


Comments

No comments written yet.

Please login to write comment.