Color Hex Logo

#bdefb0 Color Hex

#BDEFB0
(189,239,176)
0 Favorites   0 Comments

Color spaces of #bdefb0

RGB 189239176
HSL0.300.660.81
HSV108°26°94°
CMYK 0.210.000.26   0.06
XYZ59.689275.686452.5373
Yxy75.68640.31760.4028
Hunter Lab86.9979-29.777725.0938
CIE-Lab89.7135-27.485725.3974

#bdefb0 color RGB value is (189,239,176).

#bdefb0 hex color red value is 189, green value is 239 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #bdefb0 hue: 0.30 , saturation: 0.66 and the lightness value of bdefb0 is 0.81.

The process color (four color CMYK) of #bdefb0 color hex is 0.21, 0.00, 0.26, 0.06. Web safe color of #bdefb0 is #ccff99. Color #bdefb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 10110000
Octal 275 357 260
Decimal 189 239 176
Hex BD EF B0

RGB Percentages of Color #bdefb0

%31.29
%39.57
%29.14

CMYK Percentages of Color #bdefb0

%21
%0
%26
%6

Triadic Colors of #bdefb0

#bdefb0 #b0bdef #efb0bd

Analogous Colors of #bdefb0

#bdefb0 #b0efc3 #ddefb0

Monochromatic Colors of #bdefb0

#bdefb0

Complementary Color

#bdefb0 #e2b0ef

#bdefb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdefb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdefb0 Color CSS Codes

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

#bdefb0 Text Font Color

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

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


#bdefb0 Background Color

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

This div background color is #bdefb0


#bdefb0 Border Color

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

This div border color is #bdefb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdefb0


Comments

No comments written yet.

Please login to write comment.