Color Hex Logo

#bdfdfb Color Hex

#BDFDFB
(189,253,251)
0 Favorites   0 Comments

Color spaces of #bdfdfb

RGB 189253251
HSL0.490.940.87
HSV178°25°99°
CMYK 0.250.000.01   0.01
XYZ73.524188.0344104.3840
Yxy88.03440.27650.3310
Hunter Lab93.8266-24.3211-0.2826
CIE-Lab95.1754-20.2174-5.5248

#bdfdfb color RGB value is (189,253,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 11111011
Octal 275 375 373
Decimal 189 253 251
Hex BD FD FB

RGB Percentages of Color #bdfdfb

%27.27
%36.51
%36.22

CMYK Percentages of Color #bdfdfb

%25
%0
%1
%1

Triadic Colors of #bdfdfb

#bdfdfb #fbbdfd #fdfbbd

Analogous Colors of #bdfdfb

#bdfdfb #bddffd #bdfddb

Monochromatic Colors of #bdfdfb

#bdfdfb

Complementary Color

#bdfdfb #fdbdbf

#bdfdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfdfb Color CSS Codes

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

#bdfdfb Text Font Color

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

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


#bdfdfb Background Color

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

This div background color is #bdfdfb


#bdfdfb Border Color

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

This div border color is #bdfdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.