Color Hex Logo

#bdecbc Color Hex

#BDECBC
(189,236,188)
0 Favorites   0 Comments

Color spaces of #bdecbc

RGB 189236188
HSL0.330.560.83
HSV119°20°93°
CMYK 0.200.000.20   0.07
XYZ60.058874.440658.7800
Yxy74.44060.31070.3851
Hunter Lab86.2790-26.734320.0023
CIE-Lab89.1303-24.089818.4096

#bdecbc color RGB value is (189,236,188).

#bdecbc hex color red value is 189, green value is 236 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bdecbc hue: 0.33 , saturation: 0.56 and the lightness value of bdecbc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 10111100
Octal 275 354 274
Decimal 189 236 188
Hex BD EC BC

RGB Percentages of Color #bdecbc

%30.83
%38.50
%30.67

CMYK Percentages of Color #bdecbc

%20
%0
%20
%7

Triadic Colors of #bdecbc

#bdecbc #bcbdec #ecbcbd

Analogous Colors of #bdecbc

#bdecbc #bcecd3 #d5ecbc

Monochromatic Colors of #bdecbc

#bdecbc

Complementary Color

#bdecbc #ebbcec

#bdecbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdecbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdecbc Color CSS Codes

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

#bdecbc Text Font Color

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

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


#bdecbc Background Color

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

This div background color is #bdecbc


#bdecbc Border Color

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

This div border color is #bdecbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdecbc


Comments

No comments written yet.

Please login to write comment.