Color Hex Logo

#bdeecb Color Hex

#BDEECB
(189,238,203)
0 Favorites   0 Comments

Color spaces of #bdeecb

RGB 189238203
HSL0.380.590.84
HSV137°21°93°
CMYK 0.210.000.15   0.07
XYZ62.340376.279767.9377
Yxy76.27970.30180.3693
Hunter Lab87.3383-25.432215.0169
CIE-Lab89.9890-22.425611.8378

#bdeecb color RGB value is (189,238,203).

#bdeecb hex color red value is 189, green value is 238 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bdeecb hue: 0.38 , saturation: 0.59 and the lightness value of bdeecb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 11001011
Octal 275 356 313
Decimal 189 238 203
Hex BD EE CB

RGB Percentages of Color #bdeecb

%30.00
%37.78
%32.22

CMYK Percentages of Color #bdeecb

%21
%0
%15
%7

Triadic Colors of #bdeecb

#bdeecb #cbbdee #eecbbd

Analogous Colors of #bdeecb

#bdeecb #bdeee4 #c8eebd

Monochromatic Colors of #bdeecb

#bdeecb

Complementary Color

#bdeecb #eebde0

#bdeecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeecb Color CSS Codes

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

#bdeecb Text Font Color

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

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


#bdeecb Background Color

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

This div background color is #bdeecb


#bdeecb Border Color

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

This div border color is #bdeecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeecb


Comments

No comments written yet.

Please login to write comment.