Color Hex Logo

#bdeeb6 Color Hex

#BDEEB6
(189,238,182)
0 Favorites   0 Comments

Color spaces of #bdeeb6

RGB 189238182
HSL0.310.620.82
HSV113°24°93°
CMYK 0.210.000.24   0.07
XYZ60.004375.345355.6365
Yxy75.34530.31420.3945
Hunter Lab86.8017-28.509422.7586
CIE-Lab89.5545-26.048022.0973

#bdeeb6 color RGB value is (189,238,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 10110110
Octal 275 356 266
Decimal 189 238 182
Hex BD EE B6

RGB Percentages of Color #bdeeb6

%31.03
%39.08
%29.89

CMYK Percentages of Color #bdeeb6

%21
%0
%24
%7

Triadic Colors of #bdeeb6

#bdeeb6 #b6bdee #eeb6bd

Analogous Colors of #bdeeb6

#bdeeb6 #b6eecb #d9eeb6

Monochromatic Colors of #bdeeb6

#bdeeb6

Complementary Color

#bdeeb6 #e7b6ee

#bdeeb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeeb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeeb6 Color CSS Codes

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

#bdeeb6 Text Font Color

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

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


#bdeeb6 Background Color

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

This div background color is #bdeeb6


#bdeeb6 Border Color

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

This div border color is #bdeeb6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,238,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 #bdeeb6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeeb6


Comments

No comments written yet.

Please login to write comment.