Color Hex Logo

#bddfba Color Hex

#BDDFBA
(189,223,186)
0 Favorites   0 Comments

Color spaces of #bddfba

RGB 189223186
HSL0.320.370.80
HSV115°17°87°
CMYK 0.150.000.17   0.13
XYZ56.236967.139356.4496
Yxy67.13930.31270.3734
Hunter Lab81.9386-20.882616.5106
CIE-Lab85.5742-18.063314.4597

#bddfba color RGB value is (189,223,186).

#bddfba hex color red value is 189, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bddfba hue: 0.32 , saturation: 0.37 and the lightness value of bddfba is 0.80.

The process color (four color CMYK) of #bddfba color hex is 0.15, 0.00, 0.17, 0.13. Web safe color of #bddfba is #cccccc. Color #bddfba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 10111010
Octal 275 337 272
Decimal 189 223 186
Hex BD DF BA

RGB Percentages of Color #bddfba

%31.61
%37.29
%31.10

CMYK Percentages of Color #bddfba

%15
%0
%17
%13

Triadic Colors of #bddfba

#bddfba #babddf #dfbabd

Analogous Colors of #bddfba

#bddfba #badfca #d0dfba

Monochromatic Colors of #bddfba

#bddfba

Complementary Color

#bddfba #dcbadf

#bddfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfba Color CSS Codes

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

#bddfba Text Font Color

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

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


#bddfba Background Color

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

This div background color is #bddfba


#bddfba Border Color

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

This div border color is #bddfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfba


Comments

No comments written yet.

Please login to write comment.