Color Hex Logo

#bdefb6 Color Hex

#BDEFB6
(189,239,182)
0 Favorites   0 Comments

Color spaces of #bdefb6

RGB 189239182
HSL0.310.640.83
HSV113°24°94°
CMYK 0.210.000.24   0.06
XYZ60.296375.929255.7338
Yxy75.92920.31410.3955
Hunter Lab87.1374-28.974023.0738
CIE-Lab89.8265-26.525622.4731

#bdefb6 color RGB value is (189,239,182).

#bdefb6 hex color red value is 189, green value is 239 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #bdefb6 hue: 0.31 , saturation: 0.64 and the lightness value of bdefb6 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 10110110
Octal 275 357 266
Decimal 189 239 182
Hex BD EF B6

RGB Percentages of Color #bdefb6

%30.98
%39.18
%29.84

CMYK Percentages of Color #bdefb6

%21
%0
%24
%6

Triadic Colors of #bdefb6

#bdefb6 #b6bdef #efb6bd

Analogous Colors of #bdefb6

#bdefb6 #b6efcc #daefb6

Monochromatic Colors of #bdefb6

#bdefb6

Complementary Color

#bdefb6 #e8b6ef

#bdefb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdefb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdefb6 Color CSS Codes

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

#bdefb6 Text Font Color

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

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


#bdefb6 Background Color

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

This div background color is #bdefb6


#bdefb6 Border Color

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

This div border color is #bdefb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdefb6


Comments

No comments written yet.

Please login to write comment.