Color Hex Logo

#bceda7 Color Hex

#BCEDA7
(188,237,167)
0 Favorites   0 Comments

Color spaces of #bceda7

RGB 188237167
HSL0.280.660.79
HSV102°30°93°
CMYK 0.210.000.30   0.07
XYZ57.998374.049847.7954
Yxy74.04980.32250.4117
Hunter Lab86.0522-30.284227.3055
CIE-Lab88.9460-28.259428.9431

#bceda7 color RGB value is (188,237,167).

#bceda7 hex color red value is 188, green value is 237 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #bceda7 hue: 0.28 , saturation: 0.66 and the lightness value of bceda7 is 0.79.

The process color (four color CMYK) of #bceda7 color hex is 0.21, 0.00, 0.30, 0.07. Web safe color of #bceda7 is #ccff99. Color #bceda7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 10100111
Octal 274 355 247
Decimal 188 237 167
Hex BC ED A7

RGB Percentages of Color #bceda7

%31.76
%40.03
%28.21

CMYK Percentages of Color #bceda7

%21
%0
%30
%7

Triadic Colors of #bceda7

#bceda7 #a7bced #eda7bc

Analogous Colors of #bceda7

#bceda7 #a7edb5 #dfeda7

Monochromatic Colors of #bceda7

#bceda7

Complementary Color

#bceda7 #d8a7ed

#bceda7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceda7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceda7 Color CSS Codes

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

#bceda7 Text Font Color

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

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


#bceda7 Background Color

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

This div background color is #bceda7


#bceda7 Border Color

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

This div border color is #bceda7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceda7


Comments

No comments written yet.

Please login to write comment.