Color Hex Logo

#bcede7 Color Hex

#BCEDE7
(188,237,231)
0 Favorites   0 Comments

Color spaces of #bcede7

RGB 188237231
HSL0.480.580.83
HSV173°21°93°
CMYK 0.210.000.03   0.07
XYZ65.447077.029387.0200
Yxy77.02930.28520.3356
Hunter Lab87.7663-20.48442.6506
CIE-Lab90.3351-16.8175-2.2658

#bcede7 color RGB value is (188,237,231).

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

The process color (four color CMYK) of #bcede7 color hex is 0.21, 0.00, 0.03, 0.07. Web safe color of #bcede7 is #ccffff. Color #bcede7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 11100111
Octal 274 355 347
Decimal 188 237 231
Hex BC ED E7

RGB Percentages of Color #bcede7

%28.66
%36.13
%35.21

CMYK Percentages of Color #bcede7

%21
%0
%3
%7

Triadic Colors of #bcede7

#bcede7 #e7bced #ede7bc

Analogous Colors of #bcede7

#bcede7 #bcdbed #bcedcf

Monochromatic Colors of #bcede7

#bcede7

Complementary Color

#bcede7 #edbcc2

#bcede7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcede7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcede7 Color CSS Codes

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

#bcede7 Text Font Color

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

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


#bcede7 Background Color

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

This div background color is #bcede7


#bcede7 Border Color

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

This div border color is #bcede7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcede7


Comments

No comments written yet.

Please login to write comment.