Color Hex Logo

#bdfbfd Color Hex

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

Color spaces of #bdfbfd

RGB 189251253
HSL0.510.940.87
HSV182°25°99°
CMYK 0.250.010.00   0.01
XYZ73.213186.9050105.8441
Yxy86.90500.27530.3268
Hunter Lab93.2229-22.9540-2.0612
CIE-Lab94.6979-18.8074-7.2632

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

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

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

Base Numbers

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

RGB Percentages of Color #bdfbfd

%27.27
%36.22
%36.51

CMYK Percentages of Color #bdfbfd

%25
%1
%0
%1

Triadic Colors of #bdfbfd

#bdfbfd #fdbdfb #fbfdbd

Analogous Colors of #bdfbfd

#bdfbfd #bddbfd #bdfddf

Monochromatic Colors of #bdfbfd

#bdfbfd

Complementary Color

#bdfbfd #fdbfbd

#bdfbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfbfd Color CSS Codes

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

#bdfbfd Text Font Color

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

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


#bdfbfd Background Color

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

This div background color is #bdfbfd


#bdfbfd Border Color

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

This div border color is #bdfbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfbfd

Related Colors

#bdfbfd Color Palettes


Comments

No comments written yet.

Please login to write comment.