Color Hex Logo

#bdfdfa Color Hex

#BDFDFA
(189,253,250)
0 Favorites   0 Comments

Color spaces of #bdfdfa

RGB 189253250
HSL0.490.940.87
HSV177°25°99°
CMYK 0.250.000.01   0.01
XYZ73.366987.9715103.5558
Yxy87.97150.27700.3321
Hunter Lab93.7931-24.51160.1938
CIE-Lab95.1489-20.4305-5.0475

#bdfdfa color RGB value is (189,253,250).

#bdfdfa hex color red value is 189, green value is 253 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bdfdfa hue: 0.49 , saturation: 0.94 and the lightness value of bdfdfa is 0.87.

The process color (four color CMYK) of #bdfdfa color hex is 0.25, 0.00, 0.01, 0.01. Web safe color of #bdfdfa is #ccffff. Color #bdfdfa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 11111010
Octal 275 375 372
Decimal 189 253 250
Hex BD FD FA

RGB Percentages of Color #bdfdfa

%27.31
%36.56
%36.13

CMYK Percentages of Color #bdfdfa

%25
%0
%1
%1

Triadic Colors of #bdfdfa

#bdfdfa #fabdfd #fdfabd

Analogous Colors of #bdfdfa

#bdfdfa #bde0fd #bdfdda

Monochromatic Colors of #bdfdfa

#bdfdfa

Complementary Color

#bdfdfa #fdbdc0

#bdfdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfdfa Color CSS Codes

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

#bdfdfa Text Font Color

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

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


#bdfdfa Background Color

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

This div background color is #bdfdfa


#bdfdfa Border Color

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

This div border color is #bdfdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.