Color Hex Logo

#bdffda Color Hex

#BDFFDA
(189,255,218)
0 Favorites   0 Comments

Color spaces of #bdffda

RGB 189255218
HSL0.411.000.87
HSV146°26°100°
CMYK 0.260.000.15   0.00
XYZ69.401287.400879.5419
Yxy87.40080.29360.3698
Hunter Lab93.4884-31.095014.9967
CIE-Lab94.9081-27.809811.0953

#bdffda color RGB value is (189,255,218).

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

The process color (four color CMYK) of #bdffda color hex is 0.26, 0.00, 0.15, 0.00. Web safe color of #bdffda is #ccffcc. Color #bdffda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111111 11011010
Octal 275 377 332
Decimal 189 255 218
Hex BD FF DA

RGB Percentages of Color #bdffda

%28.55
%38.52
%32.93

CMYK Percentages of Color #bdffda

%26
%0
%15
%0

Triadic Colors of #bdffda

#bdffda #dabdff #ffdabd

Analogous Colors of #bdffda

#bdffda #bdfffb #c1ffbd

Monochromatic Colors of #bdffda

#bdffda

Complementary Color

#bdffda #ffbde2

#bdffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdffda Color CSS Codes

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

#bdffda Text Font Color

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

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


#bdffda Background Color

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

This div background color is #bdffda


#bdffda Border Color

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

This div border color is #bdffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdffda

Related Colors


Comments

No comments written yet.

Please login to write comment.