Color Hex Logo

#bdfbda Color Hex

#BDFBDA
(189,251,218)
0 Favorites   0 Comments

Color spaces of #bdfbda

RGB 189251218
HSL0.410.890.86
HSV148°25°98°
CMYK 0.250.000.13   0.02
XYZ68.138384.875179.1209
Yxy84.87510.29350.3656
Hunter Lab92.1277-29.203613.5701
CIE-Lab93.8293-25.90769.5536

#bdfbda color RGB value is (189,251,218).

#bdfbda hex color red value is 189, green value is 251 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bdfbda hue: 0.41 , saturation: 0.89 and the lightness value of bdfbda is 0.86.

The process color (four color CMYK) of #bdfbda color hex is 0.25, 0.00, 0.13, 0.02. Web safe color of #bdfbda is #ccffcc. Color #bdfbda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 11011010
Octal 275 373 332
Decimal 189 251 218
Hex BD FB DA

RGB Percentages of Color #bdfbda

%28.72
%38.15
%33.13

CMYK Percentages of Color #bdfbda

%25
%0
%13
%2

Triadic Colors of #bdfbda

#bdfbda #dabdfb #fbdabd

Analogous Colors of #bdfbda

#bdfbda #bdfbf9 #bffbbd

Monochromatic Colors of #bdfbda

#bdfbda

Complementary Color

#bdfbda #fbbdde

#bdfbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfbda Color CSS Codes

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

#bdfbda Text Font Color

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

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


#bdfbda Background Color

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

This div background color is #bdfbda


#bdfbda Border Color

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

This div border color is #bdfbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfbda

Related Colors


Comments

No comments written yet.

Please login to write comment.