Color Hex Logo

#bdfefa Color Hex

#BDFEFA
(189,254,250)
0 Favorites   0 Comments

Color spaces of #bdfefa

RGB 189254250
HSL0.490.970.87
HSV176°26°100°
CMYK 0.260.000.02   0.00
XYZ73.683488.6046103.6613
Yxy88.60460.27710.3332
Hunter Lab94.1300-25.00070.5975
CIE-Lab95.4149-20.9185-4.6556

#bdfefa color RGB value is (189,254,250).

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

The process color (four color CMYK) of #bdfefa color hex is 0.26, 0.00, 0.02, 0.00. Web safe color of #bdfefa is #ccffff. Color #bdfefa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 11111010
Octal 275 376 372
Decimal 189 254 250
Hex BD FE FA

RGB Percentages of Color #bdfefa

%27.27
%36.65
%36.08

CMYK Percentages of Color #bdfefa

%26
%0
%2
%0

Triadic Colors of #bdfefa

#bdfefa #fabdfe #fefabd

Analogous Colors of #bdfefa

#bdfefa #bde2fe #bdfeda

Monochromatic Colors of #bdfefa

#bdfefa

Complementary Color

#bdfefa #febdc1

#bdfefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfefa Color CSS Codes

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

#bdfefa Text Font Color

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

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


#bdfefa Background Color

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

This div background color is #bdfefa


#bdfefa Border Color

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

This div border color is #bdfefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfefa


Comments

No comments written yet.

Please login to write comment.