Color Hex Logo

#bdfde2 Color Hex

#BDFDE2
(189,253,226)
0 Favorites   0 Comments

Color spaces of #bdfde2

RGB 189253226
HSL0.430.940.87
HSV155°25°99°
CMYK 0.250.000.11   0.01
XYZ69.839086.560484.9784
Yxy86.56040.28930.3586
Hunter Lab93.0378-28.824910.9725
CIE-Lab94.5514-25.32796.4668

#bdfde2 color RGB value is (189,253,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 11100010
Octal 275 375 342
Decimal 189 253 226
Hex BD FD E2

RGB Percentages of Color #bdfde2

%28.29
%37.87
%33.83

CMYK Percentages of Color #bdfde2

%25
%0
%11
%1

Triadic Colors of #bdfde2

#bdfde2 #e2bdfd #fde2bd

Analogous Colors of #bdfde2

#bdfde2 #bdf8fd #bdfdc2

Monochromatic Colors of #bdfde2

#bdfde2

Complementary Color

#bdfde2 #fdbdd8

#bdfde2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfde2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfde2 Color CSS Codes

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

#bdfde2 Text Font Color

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

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


#bdfde2 Background Color

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

This div background color is #bdfde2


#bdfde2 Border Color

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

This div border color is #bdfde2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfde2


Comments

No comments written yet.

Please login to write comment.