Color Hex Logo

#bdefbb Color Hex

#BDEFBB
(189,239,187)
0 Favorites   0 Comments

Color spaces of #bdefbb

RGB 189239187
HSL0.330.620.84
HSV118°22°94°
CMYK 0.210.000.22   0.06
XYZ60.822476.139758.5045
Yxy76.13970.31120.3895
Hunter Lab87.2581-28.279921.3281
CIE-Lab89.9242-25.700920.0332

#bdefbb color RGB value is (189,239,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 10111011
Octal 275 357 273
Decimal 189 239 187
Hex BD EF BB

RGB Percentages of Color #bdefbb

%30.73
%38.86
%30.41

CMYK Percentages of Color #bdefbb

%21
%0
%22
%6

Triadic Colors of #bdefbb

#bdefbb #bbbdef #efbbbd

Analogous Colors of #bdefbb

#bdefbb #bbefd3 #d7efbb

Monochromatic Colors of #bdefbb

#bdefbb

Complementary Color

#bdefbb #edbbef

#bdefbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdefbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdefbb Color CSS Codes

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

#bdefbb Text Font Color

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

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


#bdefbb Background Color

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

This div background color is #bdefbb


#bdefbb Border Color

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

This div border color is #bdefbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdefbb


Comments

No comments written yet.

Please login to write comment.