Color Hex Logo

#bdeebd Color Hex

#BDEEBD
(189,238,189)
0 Favorites   0 Comments

Color spaces of #bdeebd

RGB 189238189
HSL0.330.590.84
HSV120°21°93°
CMYK 0.210.000.21   0.07
XYZ60.746175.642059.5428
Yxy75.64200.31000.3861
Hunter Lab86.9724-27.527920.2897
CIE-Lab89.6929-24.884118.6781

#bdeebd color RGB value is (189,238,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 10111101
Octal 275 356 275
Decimal 189 238 189
Hex BD EE BD

RGB Percentages of Color #bdeebd

%30.68
%38.64
%30.68

CMYK Percentages of Color #bdeebd

%21
%0
%21
%7

Triadic Colors of #bdeebd

#bdeebd #bdbdee #eebdbd

Analogous Colors of #bdeebd

#bdeebd #bdeed6 #d6eebd

Monochromatic Colors of #bdeebd

#bdeebd

Complementary Color

#bdeebd #eebdee

#bdeebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeebd Color CSS Codes

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

#bdeebd Text Font Color

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

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


#bdeebd Background Color

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

This div background color is #bdeebd


#bdeebd Border Color

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

This div border color is #bdeebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeebd


Comments

No comments written yet.

Please login to write comment.