Color Hex Logo

#bdfee1 Color Hex

#BDFEE1
(189,254,225)
0 Favorites   0 Comments

Color spaces of #bdfee1

RGB 189254225
HSL0.430.970.87
HSV153°26°100°
CMYK 0.260.000.11   0.00
XYZ70.018787.138784.3632
Yxy87.13870.28990.3608
Hunter Lab93.3481-29.469611.7604
CIE-Lab94.7971-26.00017.3357

#bdfee1 color RGB value is (189,254,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 11100001
Octal 275 376 341
Decimal 189 254 225
Hex BD FE E1

RGB Percentages of Color #bdfee1

%28.29
%38.02
%33.68

CMYK Percentages of Color #bdfee1

%26
%0
%11
%0

Triadic Colors of #bdfee1

#bdfee1 #e1bdfe #fee1bd

Analogous Colors of #bdfee1

#bdfee1 #bdfbfe #bdfec1

Monochromatic Colors of #bdfee1

#bdfee1

Complementary Color

#bdfee1 #febdda

#bdfee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfee1 Color CSS Codes

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

#bdfee1 Text Font Color

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

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


#bdfee1 Background Color

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

This div background color is #bdfee1


#bdfee1 Border Color

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

This div border color is #bdfee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfee1


Comments

No comments written yet.

Please login to write comment.